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/profile_photo.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/profile_photo.php') diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 4de3aaa3e..47f0f8d8e 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -90,6 +90,9 @@ function profile_photo_post(&$a) { $url = $a->get_baseurl() . '/profile/' . $a->user['nickname']; if($url && strlen(get_config('system','directory_submit_url'))) proc_run('php',"include/directory.php","$url"); + + require_once('include/profile_update.php'); + profile_change(); } else notice( t('Unable to process image') . EOL); -- cgit v1.2.3