From d1ed2816ccee0439346d0cbe4c7501ede669b9a8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Jun 2023 19:32:45 +0200 Subject: [PATCH] Updated file header --- Admin/Install/Navigation.install.json | 4 ++-- Admin/Install/Navigation.php | 8 ++++---- Admin/Installer.php | 8 ++++---- Admin/Status.php | 8 ++++---- Admin/Uninstaller.php | 8 ++++---- Admin/Updater.php | 8 ++++---- Controller/BackendController.php | 8 ++++---- Controller/Controller.php | 8 ++++---- Models/PermissionState.php | 8 ++++---- Theme/Backend/Lang/Navigation.en.lang.php | 6 +++--- Theme/Backend/Lang/en.lang.php | 6 +++--- Theme/Backend/asset-list.tpl.php | 6 +++--- 12 files changed, 43 insertions(+), 43 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index b8c34ff..de9f698 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Asset", - "uri": "{/prefix}accounting/asset/list", + "uri": "{/base}accounting/asset/list", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}accounting/asset/list", + "uri": "{/base}accounting/asset/list", "target": "self", "icon": null, "order": 1, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4c0213c..be64b4e 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,12 +1,12 @@