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;
|
-
+
-
-
+
+
-
-
+
+
|