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