mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 00:10:55 +01:00
typo...
This commit is contained in:
parent
d6408796fb
commit
97e85eced8
@ -418,7 +418,7 @@
|
||||
if(!isset($board) || $config['mod']['skip_per_board'])
|
||||
return true;
|
||||
|
||||
if(!isest($mod['boards']))
|
||||
if(!isset($mod['boards']))
|
||||
return false;
|
||||
|
||||
if(!in_array('*', $mod['boards']) && !in_array($board, $mod['boards']))
|
||||
|
Loading…
Reference in New Issue
Block a user