1
0
Fork 0

Rename hide friends checkbox field variable

This commit is contained in:
Hypolite Petovan 2020-02-05 21:37:58 -05:00
commit 40db6baa6b
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<div id="profile-edit-hide-friends-wrapper">
{{include file="field_checkbox.tpl" field=$yesno}}
{{include file="field_checkbox.tpl" field=$hide_friends}}
</div>