Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent 014e9c4c11
commit 1cbf53a814
2 changed files with 4 additions and 4 deletions

View File

@ -13,5 +13,5 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
$MODLANG['Navigation'] = [ return ['Navigation' => [
]; ]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
$MODLANG['ClientManagement'] = [ return ['ClientManagement' => [
'Accounting' => 'Accounting', 'Accounting' => 'Accounting',
'Address' => 'Address', 'Address' => 'Address',
'Addresses' => 'Addresses', 'Addresses' => 'Addresses',
@ -61,4 +61,4 @@ $MODLANG['ClientManagement'] = [
'Type' => 'Type', 'Type' => 'Type',
'Wire' => 'Wire', 'Wire' => 'Wire',
'Zip' => 'Zip', 'Zip' => 'Zip',
]; ]];