mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
9381860e9a
commit
456c9a7cfd
@ -592,7 +592,6 @@ JS;
|
||||
* Send this page on to another user for review
|
||||
*/
|
||||
function submit() {
|
||||
Debug::show($this);
|
||||
$page = DataObject::get_by_id("SiteTree", $_REQUEST['ID']);
|
||||
$recipient = DataObject::get_by_id("Member", $_REQUEST['RecipientID']);
|
||||
if(!$recipient) user_error("CMSMain::submit() Can't find recipient #$_REQUEST[RecipientID]", E_USER_ERROR);
|
||||
|
Loading…
Reference in New Issue
Block a user