From 8b533df803b5c28bc5418664bcb35334ef53b329 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 27 Sep 2023 11:47:28 +0800 Subject: [PATCH] change to nocie --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2