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