MINOR Fixed merge error

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102485 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-12 10:05:08 +00:00
parent 444e192068
commit 8a0f639977

View File

@ -192,15 +192,7 @@ class CMSBatchAction_DeleteFromLive extends CMSBatchAction {
}
}
<<<<<<< .working
return Convert::raw2json($status);
=======
return FormResponse::respond();
>>>>>>> .merge-right.r96789
}
}
}