mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Fix incorrect getUrl() in default message skin
xpressengine/xe-core#2134
This commit is contained in:
parent
3a91aa61c2
commit
9b4a61ce58
2 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<!--@end-->
|
||||
<!--@if($is_logged)-->
|
||||
<div class="logOut">
|
||||
<a href="{getUrl('act','dispMemberLogout','module','')}" class="bn dark">{$lang->cmd_logout}</a>
|
||||
<a href="{getUrl('','act','dispMemberLogout','module','')}" class="bn dark">{$lang->cmd_logout}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue