RooPostTrait.php
authoredward <edward@roojs.com>
Thu, 28 Apr 2016 11:18:55 +0000 (19:18 +0800)
committeredward <edward@roojs.com>
Thu, 28 Apr 2016 11:18:55 +0000 (19:18 +0800)
RooPostTrait.php

index 2825518..6be8439 100644 (file)
@@ -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]))  {