Bugfix: Timeout problems when saving profile settings
This commit is contained in:
parent
f1090dd359
commit
6e8e326705
5 changed files with 12 additions and 10 deletions
|
@ -131,8 +131,7 @@ function profile_photo_post(App $a) {
|
|||
proc_run(PRIORITY_LOW, "include/directory.php", $url);
|
||||
}
|
||||
|
||||
require_once('include/profile_update.php');
|
||||
profile_change();
|
||||
proc_run(PRIORITY_LOW, 'include/profile_update.php', local_user());
|
||||
} else {
|
||||
notice( t('Unable to process image') . EOL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue