forked from leftypol/leftypol
Don't include post messages in public banlist
This commit is contained in:
parent
a144098c5c
commit
692ca79d8b
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
public static function gen_json($settings) {
|
||||
ob_start();
|
||||
Bans::stream_json(false, true, true, array());
|
||||
Bans::stream_json(false, true, true, array(), true);
|
||||
$out = ob_get_contents();
|
||||
ob_end_clean();
|
||||
return $out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue