BUGFIX: disabling unused file list as feature is still buggy.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101380 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Michael Andrewartha 2010-03-19 03:44:20 +00:00 committed by Sam Minnee
parent bd41a235e3
commit 1baae6723b

View File

@ -400,10 +400,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")
);