diff options
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 61f525e0f..8ccf4a79b 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -300,9 +300,6 @@ 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(); } } } |