From: edward Date: Thu, 28 Apr 2016 11:18:55 +0000 (+0800) Subject: RooPostTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=323a17bdd16d75ca05a4323906e8f2bee27be791 RooPostTrait.php --- diff --git a/RooPostTrait.php b/RooPostTrait.php index 2825518b..6be84398 100644 --- a/RooPostTrait.php +++ b/RooPostTrait.php @@ -138,7 +138,7 @@ trait Pman_Core_RooPostTrait { } - print_r($_POST);exit; + if (!empty($_REQUEST[$this->key])) { // it's a create.. if (!$x->get($this->key, $_REQUEST[$this->key])) {