forked from leftypol/leftypol
Revert "Display banned post contents if reason does not contain cp"
This reverts commit 9f00630b40.
This commit is contained in:
parent
0eb075705c
commit
938bcd2889
2 changed files with 2 additions and 10 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
public static function gen_json($settings) {
|
||||
ob_start();
|
||||
Bans::stream_json(false, true, true, array(), array("/\bcp\b/i"));
|
||||
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