mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 03:46:16 +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
|
||||
if ($entryPage === 'mealplan' && constant('GROCY_FEATURE_FLAG_RECIPES'))
|
||||
if ($entryPage === 'mealplan' && constant('GROCY_FEATURE_FLAG_RECIPES_MEALPLAN'))
|
||||
{
|
||||
return '/mealplan';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user