From 18add377f2e6f796cc87a474c4cc8366fcae2362 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 4 Oct 2010 06:07:04 +0000 Subject: [PATCH] MINOR Fixed wrong default value for AssetAdmin (see r101106) (from r101111) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111637 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/AssetAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/AssetAdmin.php b/code/AssetAdmin.php index d98990e8..84c3b782 100755 --- a/code/AssetAdmin.php +++ b/code/AssetAdmin.php @@ -41,7 +41,7 @@ class AssetAdmin extends LeftAndMain { * * CAUTION: This is an unstable API which might change. */ - public static $metadata_upload_enabled = true; + public static $metadata_upload_enabled = false; /** * Return fake-ID "root" if no ID is found (needed to upload files into the root-folder)