From d432f4ccd5696565dbc6e726d6d06eb77fd35f77 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Nov 2014 19:20:23 -0800 Subject: issue #683 - don't linkify homepage field without validating --- mod/profiles.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod') 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()); } } -- cgit v1.2.3