fixes breaking changes
This commit is contained in:
parent
857597db94
commit
5f27a5a050
|
@ -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…
Reference in New Issue