fixed: unable to send private messages when SEO url is on
This commit is contained in:
parent
4115f88960
commit
1264ece7b8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
</a>
|
||||
{/if}
|
||||
{if $user.userid != userid()}
|
||||
<a href="private_message.php?mode=new_msg&to={$user.username}" class="btn btn-primary btn-sm new1">
|
||||
<a href="{$baseurl}/private_message.php?mode=new_msg&to={$user.username}" class="btn btn-primary btn-sm new1">
|
||||
<i class="glyphicon glyphicon-envelope white"></i> {lang code="Send Message"}
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue