This commit is contained in:
Bernd Bestel 2020-02-09 17:33:02 +01:00
parent 785dd30724
commit 97095d6e68
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -103,7 +103,7 @@ class CalendarService extends BaseService
} }
$mealPlanRecipeEvents = array(); $mealPlanRecipeEvents = array();
if (FEATURE_FLAG_RECIPES) if (GROCY_FEATURE_FLAG_RECIPES)
{ {
$recipes = $this->Database->recipes(); $recipes = $this->Database->recipes();
$mealPlanDayRecipes = $this->Database->recipes()->where('type', 'mealplan-day'); $mealPlanDayRecipes = $this->Database->recipes()->where('type', 'mealplan-day');