"REPOSITORY/MDL-13766, provide accepted_types when sending request"
This commit is contained in:
@@ -871,6 +871,7 @@ _client.login = function() {
|
||||
params['repo_id'] = _client.repositoryid;
|
||||
params['ctx_id'] = $context->id;
|
||||
params['sesskey']= '$sesskey';
|
||||
params['accepted_types'] = _client.accepted_types;
|
||||
_client.loading('load');
|
||||
var trans = YAHOO.util.Connect.asyncRequest('POST',
|
||||
'$CFG->httpswwwroot/repository/ws.php?action=sign', _client.req_cb, _client.postdata(params));
|
||||
|
||||
Reference in New Issue
Block a user