1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 11:02:40 +01:00
This commit is contained in:
Michael Save 2012-02-18 01:15:00 +11:00
parent a4fe0d9d47
commit e2b3d05cf3

View File

@ -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']))