]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-13766, add a parameter for file manager"
authordongsheng <dongsheng>
Wed, 2 Sep 2009 09:20:47 +0000 (09:20 +0000)
committerdongsheng <dongsheng>
Wed, 2 Sep 2009 09:20:47 +0000 (09:20 +0000)
repository/repository.src.js

index e7a8f9f25f7ce78c622965d524bdcecb4f99a210..83dbbdd23c8a08473e2437d907023a6dce6e1da5 100644 (file)
@@ -1040,6 +1040,7 @@ repository_client.end = function(client_id, obj) {
         }
         fp.target.onchange();
     }
+    obj.filepath = fp.savepath;
     obj.maxfileslimit = (fp.maxfiles!=-1 && repository_client.files[client_id]>=fp.maxfiles);
     fp.formcallback(obj);
     fp.hide();