From 5f27a5a0504ee67641ad5e1b6e5ac94dc75938fc Mon Sep 17 00:00:00 2001 From: nonmakina Date: Sun, 17 Jan 2021 16:47:40 -0600 Subject: [PATCH] fixes breaking changes --- templates/themes/catalog/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/catalog/theme.php b/templates/themes/catalog/theme.php index e2275338..74257013 100644 --- a/templates/themes/catalog/theme.php +++ b/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') {