From 1cbf53a8142a6860cd3d406794ee792c41632e2a 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 ++-- Theme/backend/Lang/en.lang.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index a2fa112..754d136 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -13,5 +13,5 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['Navigation'] = [ -]; +return ['Navigation' => [ +]]; diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index a69e30e..568e100 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -13,7 +13,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['ClientManagement'] = [ +return ['ClientManagement' => [ 'Accounting' => 'Accounting', 'Address' => 'Address', 'Addresses' => 'Addresses', @@ -61,4 +61,4 @@ $MODLANG['ClientManagement'] = [ 'Type' => 'Type', 'Wire' => 'Wire', 'Zip' => 'Zip', -]; +]];