mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Setting AssetAdmin::tree_class to the actually managed object: 'Folder' instead of 'File'
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92833 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
98ce1b1f07
commit
9d0954e129
@ -14,7 +14,7 @@ class AssetAdmin extends LeftAndMain {
|
||||
|
||||
static $menu_title = 'Files & Images';
|
||||
|
||||
public static $tree_class = 'File';
|
||||
public static $tree_class = 'Folder';
|
||||
|
||||
/**
|
||||
* @see Upload->allowedMaxFileSize
|
||||
|
Loading…
Reference in New Issue
Block a user