MINOR Fixed wrong default value for AssetAdmin (see r101106)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@101111 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-03-16 02:32:49 +00:00 committed by Sam Minnee
parent 67e55a7f99
commit 5271e54972

View File

@ -48,7 +48,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)