From 11004d625e26bb4cd5a2fda575cdc0659fb44276 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 27 Mar 2018 18:52:40 +0200 Subject: [PATCH] Fix mini install --- Theme/Backend/modules-single.tpl.php | 43 +++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/Theme/Backend/modules-single.tpl.php b/Theme/Backend/modules-single.tpl.php index 2d28daa..b5b4fc4 100644 --- a/Theme/Backend/modules-single.tpl.php +++ b/Theme/Backend/modules-single.tpl.php @@ -18,7 +18,7 @@ $modules = $this->app->moduleManager->getAllModules(); $active = $this->app->moduleManager->getActiveModules(); $installed = $this->app->moduleManager->getInstalledModules(); -$id = $this->request->getData('id') ?? 1; +$id = (string) $this->request->getData('id') ?? 1; ?>
@@ -47,14 +47,43 @@ $id = $this->request->getData('id') ?? 1; - + - - + + - - + +