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
This commit is contained in:
Sam Minnee 2010-10-04 06:07:04 +00:00
parent c49b38f615
commit 18add377f2

View File

@ -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)