Update SystemController.php

This commit is contained in:
Lewis Juggins 2019-09-25 11:47:06 +01:00 committed by GitHub
parent 9b5939f0d4
commit fb7dd17c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';
}