Add renderLayout to the re-login URL for externally authenticated users

refs #8626
This commit is contained in:
Eric Lippmann 2015-03-12 01:14:47 +01:00
parent 54df9e4b3e
commit b50129ad2e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</div>
<div class="container">
<a href="<?= $this->href('dashboard/index'); ?>"><?= $this->translate('Login'); ?></a>
<a href="<?= $this->href('dashboard/index?renderLayout'); ?>"><?= $this->translate('Login'); ?></a>
</div>
</div>
<script type="text/javascript">