Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"MDL-16596, fixed upload in non-js filepicker"
  • Loading branch information
Dongsheng Cai committed Dec 3, 2009
1 parent fd69956 commit 9cbced1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repository/filepicker.php
Expand Up @@ -93,6 +93,7 @@
case 'upload':
// The uploaded file has been processed in plugin construct function
// redirect to default page
$repo->upload();
redirect($url, get_string('uploadsucc','repository'));
break;

Expand Down

0 comments on commit 9cbced1

Please sign in to comment.