X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FRoo.php;h=8aa0a70e4172008066ffd62d49bc1c02d8d98e55;hp=20d04be75c71a5e60eb394321ab55a159a7cb3fd;hb=eacc4c6f1e59637e89aab984c4d183a3ca5ddfd8;hpb=5a3b96b8a2c8213fb1e67166f536a775b5f8ef25 diff --git a/Pman/Roo.php b/Pman/Roo.php index 20d04be..8aa0a70 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -915,8 +915,7 @@ class Pman_Roo extends Pman function insert($x, $req, $with_perm_check = true) { - - if (method_exists($x, 'setFromRoo')) { + if (method_exists($x, 'setFromRoo')) { $res = $x->setFromRoo($req, $this); if (is_string($res)) { $this->jerr($res);