From 83970136b68a35689c6d2c2dfbed7c943732d911 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2017 18:21:27 +0200 Subject: [PATCH] fixes #62 --- Admin/Install/Navigation.install.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 5096f49..6007760 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Dashboard", - "uri": "/{/lang}/backend?{?}", + "uri": "{/base}/{/lang}/backend?{?}", "target": "self", "icon": null, "order": 1,