Minor functioinality improvements

This commit is contained in:
Dennis Eichhorn 2018-11-23 11:37:30 +01:00
parent 3490c2a4fb
commit bc37cb8860

View File

@ -117,7 +117,7 @@ echo $this->getData('nav')->render();
<div class="row">
<div class="col-xs-12 col-md-6">
<?= $this->getData('calendar')->render($account->getCalendar()); ?>
<?= $this->getData('calendar')->render(null /* calendar object here */); ?>
</div>
</div>
</div>