mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
Fix getHtml para type
This commit is contained in:
parent
bfcfc2c3c7
commit
f3464343d1
|
|
@ -44,7 +44,7 @@ $modules = $this->app->moduleManager->getInstalledModules();
|
|||
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($module['name']['external']); ?></a>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($count === 0) : ?>
|
||||
<tr><td class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
||||
<tr><td class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user