From: Alan Date: Thu, 21 Sep 2023 08:28:59 +0000 (+0800) Subject: error reporting X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=38a4eea7ea293c283e96352dcc9df5c46e7606cf error reporting --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 136d4bf..748ac0c 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -255,7 +255,7 @@ class Pman_Roo extends Pman $this->setFilters($x,$_REQUEST); if (!$this->checkPerm($x,'S', $_REQUEST)) { - $this->jerr("PERMISSION DENIED (g)"); + $this->jerror("NOTICE-NOPERM", "PERMISSION DENIED (g)"); } //print_r($x);