mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-06 08:18:40 +00:00
Fix relative path
This commit is contained in:
parent
d252a78f97
commit
8d8a0a1319
|
|
@ -36,7 +36,7 @@ $installed = $this->app->moduleManager->getInstalledModules();
|
|||
<tr>
|
||||
<td colspan="4">
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ($modules as $key => $module) : $count++;
|
||||
<?php $count = 0; foreach ($modules as $key => $module) : ++$count;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']);
|
||||
if (isset($active[$module['name']['internal']])) { $status = ModuleStatus::ACTIVE; }
|
||||
elseif (isset($installed[$module['name']['internal']])) { $status = ModuleStatus::INACTIVE; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user