mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix mistake with User IP and User name
This commit is contained in:
parent
9171bb2a8e
commit
6cdb1b0441
@ -323,7 +323,7 @@ if (isset($config['id_user']) === false) {
|
|||||||
$userIP,
|
$userIP,
|
||||||
$nick
|
$nick
|
||||||
),
|
),
|
||||||
$userIP
|
$nick
|
||||||
);
|
);
|
||||||
while (ob_get_length() > 0) {
|
while (ob_get_length() > 0) {
|
||||||
ob_end_flush();
|
ob_end_flush();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user