From da416e0181663b33304eadc0b1db228e6f1f5b7d Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 20 Oct 2011 05:43:33 -0700 Subject: bug in diaspora_reshare --- mod/profiles.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/profiles.php') diff --git a/mod/profiles.php b/mod/profiles.php index f5f335c7e..a5096a984 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -210,6 +210,9 @@ function profiles_post(&$a) { $url = $_SESSION['my_url']; if($url && strlen(get_config('system','directory_submit_url'))) proc_run('php',"include/directory.php","$url"); + + require_once('include/profile_update.php'); + profile_change(); } } } -- cgit v1.2.3