From 367a8a6add16e629a584ed9af5481557afb7b64a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 9 Apr 2016 10:42:22 +0200 Subject: [PATCH] Fixing remaining bugs for route-restructure --- Theme/Backend/Lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 88301c6..f67018c 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['Contact'] = [ +return ['Contact' => [ 'Addresses' => 'Addresses', 'Address' => 'Address', 'City' => 'City', @@ -30,4 +30,4 @@ $MODLANG['Contact'] = [ 'Province' => 'Province', 'State' => 'State', 'Zip' => 'Zip', -]; +]];