Explicitly define the view in the view toggler href attribute.

This commit is contained in:
Alex Tselegidis 2020-05-07 18:47:42 +02:00
parent 74c10d3b7b
commit b2464deb78

View file

@ -104,7 +104,7 @@
<?php endif ?>
<?php if($calendar_view === 'table'): ?>
<a class="btn btn-default" href="<?= site_url('backend') ?>"
<a class="btn btn-default" href="<?= site_url('backend?view=default') ?>"
title="<?= lang('default') ?>">
<span class="glyphicon glyphicon-calendar"></span>
</a>