mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
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:
parent
c49b38f615
commit
18add377f2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user