mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
67e55a7f99
commit
5271e54972
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user