fixed isFriend to isFollowing in account.tpl

v1.18.x
Baris Usakli 12 years ago
parent 6ec23f86e6
commit 8c355c53cc

@ -84,6 +84,6 @@
<input type="hidden" template-variable="yourid" value="{yourid}" />
<input type="hidden" template-variable="theirid" value="{theirid}" />
<input type="hidden" template-type="boolean" template-variable="isFriend" value="{isFriend}" />
<input type="hidden" template-type="boolean" template-variable="isFollowing" value="{isFollowing}" />
<script type="text/javascript" src="/src/forum/account.js"></script>
Loading…
Cancel
Save