From c2f1785ff697686f7e3c592edd411259f5b3670d Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Thu, 7 Feb 2008 03:36:02 +0000 Subject: [PATCH] Disabled unused files list, as it uses way too much memory git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@49185 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/AssetAdmin.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/AssetAdmin.php b/code/AssetAdmin.php index 8fdfbc2c..84c79b4b 100755 --- a/code/AssetAdmin.php +++ b/code/AssetAdmin.php @@ -292,7 +292,8 @@ HTML; new LiteralField("UploadIframe", $this->getUploadIframe() ) - ), + )/* This has been disabled for now because of it's mass memory consumption + , new Tab(_t('AssetAdmin.UNUSEDFILESTAB', "Unused files"), new LiteralField("UnusedAssets", "

"._t('AssetAdmin.UNUSEDFILESTITLE', 'Unused files')."

" @@ -305,7 +306,7 @@ HTML;
" ) - ) + )*/ ), new HiddenField("ID") );