From 0ba623c9a94d6925de02a0541d083ec437b968d1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 20 May 2018 11:53:43 +0200 Subject: [PATCH] Remove unused parameter from install --- Admin/Installer.php | 1 - Admin/Routes/console.php | 2 +- Admin/Routes/socket.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 7 +++++-- Theme/Backend/Lang/api.en.lang.php | 15 --------------- 5 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 Theme/Backend/Lang/api.en.lang.php diff --git a/Admin/Installer.php b/Admin/Installer.php index 81980c5..4e71ad6 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -29,5 +29,4 @@ use phpOMS\Module\InfoManager; */ class Installer extends InstallerAbstract { - } diff --git a/Admin/Routes/console.php b/Admin/Routes/console.php index 1ecbfac..0b67a5f 100644 --- a/Admin/Routes/console.php +++ b/Admin/Routes/console.php @@ -1,3 +1,3 @@ [ - 'List' => 'List', - 'Exchange' => 'Exchange', + 'Dashboard' => 'Dashboard', + 'Exchange' => 'Exchange', + 'Export' => 'Export', + 'Import' => 'Import', + 'Setup' => 'Setup', ]]; diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php deleted file mode 100644 index 12ac5fd..0000000 --- a/Theme/Backend/Lang/api.en.lang.php +++ /dev/null @@ -1,15 +0,0 @@ - 'Installation of the module {$1} was successful.', -];