From 497ec8c2a9da258aeca8429b926e3584e29cd697 Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 4 Sep 2008 05:05:39 +0000 Subject: [PATCH] MDL-15402: set upload plugin with no admin config for now --- repository/upload/repository.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/upload/repository.class.php b/repository/upload/repository.class.php index bd937427fc..62a1adbb20 100755 --- a/repository/upload/repository.class.php +++ b/repository/upload/repository.class.php @@ -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() { -- 2.39.5