From 3b0aed0b593785ec089600534bba3bdf1f7ff3ae Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 12 Jun 2017 11:59:53 +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