mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Merge pull request #4896 from Jimmi08/patch-1
Fixes #4895 - incorrect message within chatbox plugin
This commit is contained in:
commit
b90ed712f9
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user