diff options
author | friendica <info@friendica.com> | 2014-11-10 19:20:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-10 19:20:23 -0800 |
commit | d432f4ccd5696565dbc6e726d6d06eb77fd35f77 (patch) | |
tree | 136bd689e5624fe1877881338809c4f2bdc05fcf /mod/profiles.php | |
parent | 56199027768a07d7f1f980df08fb9c5dc7b1278e (diff) | |
download | volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.tar.gz volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.tar.bz2 volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.zip |
issue #683 - don't linkify homepage field without validating
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 14f24c5cf..86de72629 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -514,6 +514,8 @@ function profiles_post(&$a) { } if($is_default) { + // reload the info for the sidebar widget - why does this not work? + profile_load($a,$channel['channel_address']); proc_run('php','include/directory.php',local_user()); } } |