Fix mistake with User IP and User name

This commit is contained in:
José González 2022-09-29 17:46:39 +02:00
parent 9171bb2a8e
commit 6cdb1b0441
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ if (isset($config['id_user']) === false) {
$userIP,
$nick
),
$userIP
$nick
);
while (ob_get_length() > 0) {
ob_end_flush();