fixed: unable to send private messages when SEO url is on

This commit is contained in:
Saqib Razzaq 2016-03-07 04:22:56 -08:00
parent 4115f88960
commit 1264ece7b8

View file

@ -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>