1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

MNT remove debug print

This commit is contained in:
phibel
2018-10-03 17:38:02 +02:00
parent 9ca28b8fa4
commit 37d086c418

View File

@@ -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';
}