]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
Remove unused upubkey and uprvkey from queries
[friendica.git] / mod / profile_photo.php
index 3ef0118da0178e373c588f345a292d17ec83946b..e80b9ee84e02a15024be814d3e070a8ad243222c 100644 (file)
@@ -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);
                        }