diff --git a/Theme/Backend/help-module-list.tpl.php b/Theme/Backend/help-module-list.tpl.php index 7541497..1d3c048 100755 --- a/Theme/Backend/help-module-list.tpl.php +++ b/Theme/Backend/help-module-list.tpl.php @@ -57,8 +57,7 @@ $tableView->setObjects($modules); ++$count; $url = UriFactory::build( - '{/lang}/backend/help/module/single?id={$module}', - ['$module' => $module->getInternalName()] + '{/lang}/backend/help/module/single?id=' . $module->getInternalName() ); ?>