Update k_ban.php

reference not needed for key
This commit is contained in:
Hani Rouatbi
2022-08-25 00:02:42 +01:00
committed by GitHub
parent 97fe37081f
commit 7fd382e50b

View File

@@ -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];
});