1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Merge pull request #4896 from Jimmi08/patch-1

Fixes #4895 - incorrect message within chatbox plugin
This commit is contained in:
Cameron
2022-10-29 08:26:51 -07:00
committed by GitHub

View File

@@ -136,7 +136,7 @@ if((isset($_POST['chat_submit']) || e_AJAX_REQUEST) && $_POST['cmessage'] !== ''
}
else
{
$emessage = $tp->lanVars(CHATBOX_L19, FLOODPROTECT ?: 'n/a');
$emessage = $tp->lanVars(CHATBOX_L19, FLOODTIMEOUT ?: 'n/a');
}
}
}