1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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