forked from leftypol/leftypol
fixes breaking changes
This commit is contained in:
parent
75ac5dccb0
commit
4cea6567eb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
$b->build($settings, $board);
|
||||
}
|
||||
}
|
||||
if($settings['has_overboard']) {
|
||||
if(isset($settings['has_overboard'] && $settings['has_overboard']) {
|
||||
$board = $settings['overboard_location'];
|
||||
$action = generation_strategy("sb_catalog", array($board));
|
||||
if ($action == 'delete') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue