forked from GithubBackups/vichan
Merge pull request #904 from Zankaria/bans-no-defaults
bans.php: remove unless defaults
This commit is contained in:
commit
60b5e5c5ea
@ -276,7 +276,7 @@ class Bans {
|
||||
}
|
||||
}
|
||||
|
||||
static public function find(?string $ip, string|false $board = false, bool $get_mod_info = false, ?int $ban_id = null, bool $auto_gc = true) {
|
||||
static public function find(?string $ip, string|false $board, bool $get_mod_info, ?int $ban_id, bool $auto_gc) {
|
||||
global $config;
|
||||
|
||||
if ($auto_gc) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user