From 97095d6e685d7caee29353a604f912aeea414247 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 9 Feb 2020 17:33:02 +0100 Subject: [PATCH] Typo... --- services/CalendarService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/CalendarService.php b/services/CalendarService.php index 6891fca2..a73566e1 100644 --- a/services/CalendarService.php +++ b/services/CalendarService.php @@ -103,7 +103,7 @@ class CalendarService extends BaseService } $mealPlanRecipeEvents = array(); - if (FEATURE_FLAG_RECIPES) + if (GROCY_FEATURE_FLAG_RECIPES) { $recipes = $this->Database->recipes(); $mealPlanDayRecipes = $this->Database->recipes()->where('type', 'mealplan-day');