]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15402: set upload plugin with no admin config for now
authorjerome <jerome>
Thu, 4 Sep 2008 05:05:39 +0000 (05:05 +0000)
committerjerome <jerome>
Thu, 4 Sep 2008 05:05:39 +0000 (05:05 +0000)
repository/upload/repository.class.php

index bd937427fc0156e3552b9293096e948169cdb9fc..62a1adbb200e914b23c36e0c55d691715e980953 100755 (executable)
@@ -47,7 +47,7 @@ class repository_upload extends repository {
     }
 
     public static function has_admin_config() {
-        return true;
+        return false;
     }
 
     public static function get_admin_option_names() {