1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-22 19:32:04 +01:00

continued 7.4 compatibility

This commit is contained in:
Lorenzo Yario 2024-12-22 15:17:22 -06:00 committed by GitHub
parent 0a870ebdb3
commit 0f8a5fa926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -276,7 +276,7 @@ class Bans {
} }
} }
static public function find(?string $ip, string $board = false, bool $get_mod_info = false, ?int $ban_id = null, bool $auto_gc = true) { static public function find(?string $ip, $board = false, bool $get_mod_info = false, ?int $ban_id = null, bool $auto_gc = true) {
global $config; global $config;
if ($auto_gc) { if ($auto_gc) {