From fb7dd17c7873cd456a962d0bdfe0d45a6b4ff2b2 Mon Sep 17 00:00:00 2001 From: Lewis Juggins Date: Wed, 25 Sep 2019 11:47:06 +0100 Subject: [PATCH] Update SystemController.php --- controllers/SystemController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/SystemController.php b/controllers/SystemController.php index 4ec4e3e1..54cdb252 100644 --- a/controllers/SystemController.php +++ b/controllers/SystemController.php @@ -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'; }