From 0c0386deb52770d0dc826de442ab66a1d684a89c Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 5 Dec 2016 16:49:31 +0800 Subject: [PATCH] RooPostTrait.php --- RooPostTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooPostTrait.php b/RooPostTrait.php index ba64ecbe..a2e1d27b 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