Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent b308c1e032
commit 441b7779e2
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['Editor'] = [ return ['Editor' => [
'Created' => 'Created', 'Created' => 'Created',
'Creator' => 'Creator', 'Creator' => 'Creator',
'Documents' => 'Documents', 'Documents' => 'Documents',
@ -26,4 +26,4 @@ $MODLANG['Editor'] = [
'Preview' => 'Preview', 'Preview' => 'Preview',
'Start' => 'Start', 'Start' => 'Start',
'Text' => 'Text', 'Text' => 'Text',
]; ]];