From: Alan Date: Wed, 27 Sep 2023 03:47:28 +0000 (+0800) Subject: change to nocie X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=8b533df803b5c28bc5418664bcb35334ef53b329 change to nocie --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 748ac0c..05dfb94 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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);