mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Update SystemController.php
Added Sub feature flags FEATURE_FLAG_RECIPES_MEALPLAN
This commit is contained in:
parent
d5d5dcb39c
commit
0ecb8e32cb
|
|
@ -102,7 +102,7 @@ class SystemController extends BaseController
|
||||||
}
|
}
|
||||||
|
|
||||||
// Meal Plan
|
// Meal Plan
|
||||||
if ($entryPage === 'mealplan' && constant('GROCY_FEATURE_FLAG_RECIPES'))
|
if ($entryPage === 'mealplan' && constant('GROCY_FEATURE_FLAG_RECIPES_MEALPLAN'))
|
||||||
{
|
{
|
||||||
return '/mealplan';
|
return '/mealplan';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user