From 9ec85e96c2052c7d7c23e6eb86bef80c764d9eba Mon Sep 17 00:00:00 2001 From: nonmakina Date: Sun, 17 Jan 2021 16:48:34 -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 74257013..f4f86bd5 100644 --- a/templates/themes/catalog/theme.php +++ b/templates/themes/catalog/theme.php @@ -27,7 +27,7 @@ $b->build($settings, $board); } } - if(isset($settings['has_overboard'] && $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') {