mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Update SystemController.php
This commit is contained in:
parent
9b5939f0d4
commit
fb7dd17c78
|
|
@ -87,7 +87,7 @@ class SystemController extends BaseController
|
|||
}
|
||||
|
||||
// Meal Plan
|
||||
if ($entryPage === 'mealplan' && constant('GROCY_FEATURE_FLAG_MEALPLAN')) {
|
||||
if ($entryPage === 'mealplan' && constant('GROCY_FEATURE_FLAG_RECIPES')) {
|
||||
return '/mealplan';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user