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

Fix for #4895 - wrong message chatbox plugin

CLOSES #4895
This commit is contained in:
Jimako
2022-10-27 09:51:28 +02:00
committed by GitHub
parent 322e57eeda
commit 78fb2c63a1

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