From f3464343d1d02094846993b36adba3082acf155d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 Apr 2019 18:29:24 +0200 Subject: [PATCH] Fix getHtml para type --- Theme/Backend/help-module-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/help-module-list.tpl.php b/Theme/Backend/help-module-list.tpl.php index 651c152..af8f155 100644 --- a/Theme/Backend/help-module-list.tpl.php +++ b/Theme/Backend/help-module-list.tpl.php @@ -44,7 +44,7 @@ $modules = $this->app->moduleManager->getInstalledModules(); printHtml($module['name']['external']); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?>