CC-6086 - fix logout button redirecting to a 404 from certain pages when no baseurl is set

This commit is contained in:
Duncan Sommerville 2015-08-21 14:29:00 -04:00
parent 812dca9409
commit 6cfc2db0ca
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<ol>
<li>
<a id="current-user" href=<?php echo $this->baseUrl . "user/edit-user"?>><span class="name"><?php echo $this->escape($this->loggedInAs()); ?></span></a>
| <a href=<?php echo $this->baseUrl . "login/logout"?>><?php echo _("Logout")?></a>
| <a href=<?php echo $this->baseUrl . "/login/logout"?>><?php echo _("Logout")?></a>
</li>
</ol>
</div>