Merge pull request #119 from nonmakina/banListFix

Fixes unusuable mod ban list
This commit is contained in:
towards-a-new-leftypol 2021-01-11 10:12:23 +00:00 committed by GitHub
commit ca5fde5f83
2 changed files with 1 additions and 3 deletions

View file

@ -113,6 +113,7 @@ $config['mod']['move'] = MOD;
$config['mod']['editpost'] = MOD;
// Raw HTML posting
$config['mod']['rawhtml'] = MOD;
$config['mod']['mod_board_log'] = MOD;
$config['allow_thread_deletion'] = false;