diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-13 15:00:00 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-13 15:00:00 +0000 |
commit | 5fac8e80de1951ef9c68925001000d74d3c52a8e (patch) | |
tree | cba0180704b66a8ba24350369be36263e76e9ece /mod/profiles.php | |
parent | 13b50610d647e2a6984450f19925d1085d826795 (diff) | |
download | volse-hubzilla-5fac8e80de1951ef9c68925001000d74d3c52a8e.tar.gz volse-hubzilla-5fac8e80de1951ef9c68925001000d74d3c52a8e.tar.bz2 volse-hubzilla-5fac8e80de1951ef9c68925001000d74d3c52a8e.zip |
Issue #739
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 910c48743..6ecf7444a 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -585,7 +585,7 @@ function profiles_content(&$a) { $fields = $profile_fields_basic; - $opt_tpl = get_markup_template("profile-hide_friends.tpl"); + $opt_tpl = get_markup_template("profile_hide_friends.tpl"); $hide_friends = replace_macros($opt_tpl,array( '$desc' => t('Hide your contact/friend list from viewers of this profile?'), '$yes_str' => t('Yes'), |