Skip to content

Commit

Permalink
"MDL-18486, should post client_id to server when cleaning cache"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Apr 20, 2009
1 parent 0266b1a commit a51a640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repository/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ repository_client.print_footer = function(client_id) {
params['sesskey']=moodle_cfg.sesskey;
params['ctx_id']=fp_config.contextid;
params['repo_id']=fs.repo_id;
params['client_id']=client_id;
repository_client.loading(client_id, 'load');
var trans = YAHOO.util.Connect.asyncRequest('POST',
moodle_cfg.wwwroot+'/repository/ws.php?action=ccache', repository_client.req_cb, repository_client.postdata(params));
Expand Down

0 comments on commit a51a640

Please sign in to comment.