mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-14 20:19:43 +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];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user