BUGFIX: disabling unused file list as feature is still buggy. (from r101380)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111997 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-13 00:44:19 +00:00
parent f2bbb4c605
commit e8f31282c1

View File

@ -420,10 +420,11 @@ class Folder extends File {
new LiteralField("UploadIframe",
$this->getUploadIframe()
)
),
)
/* // commenting out unused files tab till bugs are fixed
new Tab("UnusedFiles", _t('Folder.UNUSEDFILESTAB', "Unused files"),
new Folder_UnusedAssetsField($this)
)
) */
),
new HiddenField("ID")
);