mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +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
|
// Check if user has moderator permissions for this thread
|
||||||
if(!in_array(USERID, $moderatorUserIds))
|
if(!in_array(USERID, $moderatorUserIds))
|
||||||
{
|
{
|
||||||
$ret['msg'] = ''.LAN_FORUM_8030.' '. json_encode($_POST);
|
$ret['msg'] = ''.LAN_FORUM_8030.'';
|
||||||
$ret['hide'] = false;
|
$ret['hide'] = false;
|
||||||
$ret['status'] = 'error';
|
$ret['status'] = 'error';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user