From 158c1a362c1eafc7b539cf1979f67d933e124dc2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 9 Apr 2016 10:43:09 +0200 Subject: [PATCH] Fixing remaining bugs for route-restructure --- Theme/Backend/Lang/Navigation.en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index ed7cd0a..be596f5 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -13,9 +13,9 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['Navigation'] = [ +return ['Navigation' => [ 'Checklist' => 'Checklist', 'Checklists' => 'Checklists', 'CreateCheclist' => 'CreateCheclist', 'Templates' => 'Templates', -]; +]];