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:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user