From b4641be861a7810cf94bdbbab005be2182083eb6 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 3 Jan 2023 11:14:30 +0800 Subject: [PATCH] slightly better perm wanring --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2