mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Typo...
This commit is contained in:
parent
785dd30724
commit
97095d6e68
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user