From 59c19cc06c50d02fa18be2d256fba2cdd54a28a7 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 12 Jun 2017 11:59:37 +0800 Subject: [PATCH] RooPostTrait.php --- RooPostTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooPostTrait.php b/RooPostTrait.php index a2e1d27b..ba64ecbe 100644 --- a/RooPostTrait.php +++ b/RooPostTrait.php @@ -313,7 +313,7 @@ trait Pman_Core_RooPostTrait { function update($x, $req, $with_perm_check = true) { if ( $with_perm_check && !$this->checkPerm($x,'E', $req) ) { - $this->jerr("PERMISSION DENIED - No Edit permissions on this element"); + $this->jerr("PERMISSION DENIED - No Edit permissions on this element???"); } // check any locks.. -- 2.39.2