mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-30 05:08:42 +00:00
Fix relative path
This commit is contained in:
parent
3bb5a87b51
commit
70d30a8001
|
|
@ -35,9 +35,9 @@ $modules = $this->app->moduleManager->getInstalledModules();
|
|||
continue;
|
||||
}
|
||||
|
||||
$count++;
|
||||
++$count;
|
||||
$url = \phpOMS\Uri\UriFactory::build(
|
||||
'/{/lang}/backend/help/module/single?id={$module}',
|
||||
'{/lang}/backend/help/module/single?id={$module}',
|
||||
['$module' => $module['name']['internal']]
|
||||
); ?>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user