RooPostTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 02:17:18 +0000 (10:17 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 02:17:18 +0000 (10:17 +0800)
RooPostTrait.php

index e8a692e..8ce77cf 100644 (file)
@@ -505,7 +505,6 @@ trait Pman_Core_RooPostTrait {
             $x->beforeInsert($_REQUEST, $this);
         }
         
-        
         $res = $x->insert();
         if ($res === false) {
             $this->jerr($x->_lastError->toString());