Maybe fix locales?

This commit is contained in:
8chan 2014-10-09 16:59:40 -07:00
parent de7c089d7b
commit 1ebf9c4d8c

View File

@ -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')