Browse Source

fixes breaking changes

pull/40/head
nonmakina 3 years ago
parent
commit
5f27a5a050
  1. 2
      templates/themes/catalog/theme.php

2
templates/themes/catalog/theme.php

@ -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…
Cancel
Save