From d081a4b302900bb5c96b4d882e41215516e1d2b1 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 03:16:32 +0000 Subject: [PATCH] MINOR Fixed CMSBatchAction ID retrieval git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92741 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/CMSBatchAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMSBatchAction.php b/code/CMSBatchAction.php index 23f45099..d04cb3f6 100644 --- a/code/CMSBatchAction.php +++ b/code/CMSBatchAction.php @@ -187,7 +187,7 @@ class CMSBatchAction_DeleteFromLive extends CMSBatchAction { 'TreeTitle' => $stageRecord->TreeTitle, ); } else { - $status['deleted'][$stageRecord->ID] = array(); + $status['deleted'][$id] = array(); } }