change to nocie
authorAlan <alan@roojs.com>
Wed, 27 Sep 2023 03:47:28 +0000 (11:47 +0800)
committerAlan <alan@roojs.com>
Wed, 27 Sep 2023 03:47:28 +0000 (11:47 +0800)
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);