Merge branch 'develop' of https://github.com/Karaka-Management/oms-Home into develop

This commit is contained in:
Dennis Eichhorn 2023-05-30 13:52:22 +00:00
commit 5ceb2ccac4

View File

@ -14,10 +14,10 @@ declare(strict_types=1);
use phpOMS\Uri\UriFactory;
$settings = $this->getData('settings') ?? [];
$applications = $this->getData('applications') ?? [];
$settings = $this->data['settings'] ?? [];
$applications = $this->data['applications'] ?? [];
echo $this->getData('nav')->render(); ?>
echo $this->data['nav']->render(); ?>
<div id="iSettings" class="tabview tab-2 url-rewrite">
<div class="box wf-100 col-xs-12">