fixed isFriend to isFollowing in account.tpl

This commit is contained in:
Baris Usakli
2013-06-20 16:11:19 -04:00
parent 6ec23f86e6
commit 8c355c53cc

View File

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