Browse Source

lel, this one will do

pull/40/head
czaks 10 years ago
parent
commit
948695e73c
  1. 4
      templates/themes/public_banlist/theme.php

4
templates/themes/public_banlist/theme.php

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

Loading…
Cancel
Save