mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-19 20:23:17 +01:00
typo...
This commit is contained in:
parent
a4fe0d9d47
commit
e2b3d05cf3
@ -418,7 +418,7 @@
|
|||||||
if(!isset($board) || $config['mod']['skip_per_board'])
|
if(!isset($board) || $config['mod']['skip_per_board'])
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if(!isest($mod['boards']))
|
if(!isset($mod['boards']))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if(!in_array('*', $mod['boards']) && !in_array($board, $mod['boards']))
|
if(!in_array('*', $mod['boards']) && !in_array($board, $mod['boards']))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user