mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
Update k_ban.php
reference not needed for key
This commit is contained in:
@@ -101,6 +101,6 @@ if ($update_ban_content)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
array_walk($banned_items, function (&$value, &$key) {
|
array_walk($banned_items, function (&$value, $key) {
|
||||||
$value = ['content' => $value, 'del_key' => md5($value), 'id' => $key+1];
|
$value = ['content' => $value, 'del_key' => md5($value), 'id' => $key+1];
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user