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');