Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:42:22 +02:00
parent ac38e3d4ad
commit 708fdac098
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ namespace Modules\MyPrivate\Admin;
use phpOMS\DataStorage\Database\DatabaseType;
use phpOMS\DataStorage\Database\Pool;
use phpOMS\Module\InfoManager;
use phpOMS\Module\InstallerAbstract;
/**

View File

@ -1,3 +1,3 @@
<?php
return [;
return [];

View File

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