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