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

index 25f9010..20134f1 100644 (file)
@@ -453,8 +453,7 @@ trait Pman_Core_RooPostTrait {
     }
     
     function insert($x, $req, $with_perm_check = true)
-    {
-        
+    {   
         if (method_exists($x, 'setFromRoo')) {
             $res = $x->setFromRoo($req, $this);
             if (is_string($res)) {