removed debug::show

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63383 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Saophalkun Ponlu 2008-09-30 03:15:36 +00:00
parent 9381860e9a
commit 456c9a7cfd

View File

@ -592,7 +592,6 @@ JS;
* Send this page on to another user for review * Send this page on to another user for review
*/ */
function submit() { function submit() {
Debug::show($this);
$page = DataObject::get_by_id("SiteTree", $_REQUEST['ID']); $page = DataObject::get_by_id("SiteTree", $_REQUEST['ID']);
$recipient = DataObject::get_by_id("Member", $_REQUEST['RecipientID']); $recipient = DataObject::get_by_id("Member", $_REQUEST['RecipientID']);
if(!$recipient) user_error("CMSMain::submit() Can't find recipient #$_REQUEST[RecipientID]", E_USER_ERROR); if(!$recipient) user_error("CMSMain::submit() Can't find recipient #$_REQUEST[RecipientID]", E_USER_ERROR);