From 37d086c418664fba4cdc51dbb65b827233898801 Mon Sep 17 00:00:00 2001 From: phibel Date: Wed, 3 Oct 2018 17:38:02 +0200 Subject: [PATCH] MNT remove debug print --- e107_plugins/forum/forum_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/forum_class.php b/e107_plugins/forum/forum_class.php index 5990e4822..49fc1c2f5 100644 --- a/e107_plugins/forum/forum_class.php +++ b/e107_plugins/forum/forum_class.php @@ -409,7 +409,7 @@ class e107forum // Check if user has moderator permissions for this thread if(!in_array(USERID, $moderatorUserIds)) { - $ret['msg'] = ''.LAN_FORUM_8030.' '. json_encode($_POST); + $ret['msg'] = ''.LAN_FORUM_8030.''; $ret['hide'] = false; $ret['status'] = 'error'; }