change to nocie
[Pman.Base] / Pman / Roo.php
index 748ac0c..05dfb94 100644 (file)
@@ -929,7 +929,7 @@ class Pman_Roo extends Pman
          if (method_exists($x, 'setFromRoo')) {
             $res = $x->setFromRoo($req, $this);
             if (is_string($res)) {
-                $this->jerr($res);
+                $this->jerror("NOTICE-INSERT", $res);
             }
         } else {
             $x->setFrom($req);