From 3268f35d291006689cc0027842d67da525221e48 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 2 Nov 2009 20:30:55 +0000 Subject: [PATCH] BUGFIX Fixed "Class not found CMSBatchAction_Unpublish ..." in BatchActionHandler.php, since this class was removed in r90489 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@90644 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/CMSMainTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CMSMainTest.php b/tests/CMSMainTest.php index 446fda50..90769c81 100644 --- a/tests/CMSMainTest.php +++ b/tests/CMSMainTest.php @@ -14,7 +14,6 @@ class CMSMainTest extends FunctionalTest { self::$orig['CMSBatchActionHandler_batch_actions'] = CMSBatchActionHandler::$batch_actions; CMSBatchActionHandler::$batch_actions = array( 'publish' => 'CMSBatchAction_Publish', - 'unpublish' => 'CMSBatchAction_Unpublish', 'delete' => 'CMSBatchAction_Delete', 'deletefromlive' => 'CMSBatchAction_DeleteFromLive', );