From: Alan Date: Tue, 3 Jan 2023 03:14:30 +0000 (+0800) Subject: slightly better perm wanring X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=b4641be861a7810cf94bdbbab005be2182083eb6 slightly better perm wanring --- diff --git a/Pman/Roo.php b/Pman/Roo.php index e655944..f161ba3 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -931,7 +931,7 @@ class Pman_Roo extends Pman } if ( $with_perm_check && !$this->checkPerm($x,'A', $req)) { - $this->jerr("PERMISSION DENIED (i)"); + $this->jerr("PERMISSION DENIED {$x->tableName()}:checkPerm(A)"); } $cols = $x->tableColumns();