X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile_photo.php;h=e80b9ee84e02a15024be814d3e070a8ad243222c;hb=2196a0577b29dcec1ba4d2c32be10fa5f0e91034;hp=3ef0118da0178e373c588f345a292d17ec83946b;hpb=31768c868bf8c5f9899a5d98382f8cfd87b3a23a;p=friendica.git diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 3ef0118da0..e80b9ee84e 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -135,7 +135,7 @@ function profile_photo_post(App $a) { Worker::add(PRIORITY_LOW, "Directory", $url); } - Worker::add(PRIORITY_LOW, 'profile_update', local_user()); + Worker::add(PRIORITY_LOW, 'ProfileUpdate', local_user()); } else { notice( t('Unable to process image') . EOL); }