diff options
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r-- | mod/profile_photo.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php index a60a6d73c..97e861bdd 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -121,8 +121,6 @@ function profile_photo_post(&$a) { 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); |