Browse Source

minor bugfix @ banlist

pull/40/head
czaks 10 years ago
parent
commit
7719ad3e81
  1. 2
      templates/themes/public_banlist/theme.php

2
templates/themes/public_banlist/theme.php

@ -24,6 +24,8 @@
}
public static function gen_json($settings) {
global $config, $mod;
ob_start();
Bans::stream_json(false, false, !hasPermission($config['mod']['view_banstaff']), $mod['boards']);
$out = ob_get_contents();

Loading…
Cancel
Save