mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +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
|
* 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);
|
||||||
|
Loading…
Reference in New Issue
Block a user