From 1ebf9c4d8cacf736e20b59a2251701756d232abd Mon Sep 17 00:00:00 2001 From: 8chan Date: Thu, 9 Oct 2014 16:59:40 -0700 Subject: [PATCH] Maybe fix locales? --- templates/themes/public_banlist/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/public_banlist/theme.php b/templates/themes/public_banlist/theme.php index f2b65839..d65b1c7c 100644 --- a/templates/themes/public_banlist/theme.php +++ b/templates/themes/public_banlist/theme.php @@ -16,7 +16,7 @@ public static function build($action, $settings) { global $config; - if ($action == 'all') + if ($action == 'all' || $action == 'bans.html') file_write($config['dir']['home'] . $settings['file_bans'], PBanlist::homepage($settings)); if ($action == 'all' || $action == 'bans')