mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Fixed that the wrong FEATURE_FLAG was used (references #552)
This commit is contained in:
@@ -103,7 +103,7 @@ class CalendarService extends BaseService
|
|||||||
}
|
}
|
||||||
|
|
||||||
$mealPlanRecipeEvents = array();
|
$mealPlanRecipeEvents = array();
|
||||||
if (GROCY_FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_TRACKING)
|
if (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');
|
||||||
|
Reference in New Issue
Block a user