RooPostTrait.php
[Pman.Core] / 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());