]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Photo.php
The priority is now a class constant
[friendica.git] / src / Module / Photo.php
index 076dc8107afc7dee4e68221207dc03a688597fd2..5fdabd33c56757cb45a24e6337bb88916949179a 100644 (file)
@@ -338,7 +338,7 @@ class Photo extends BaseModule
                                                }
                                                if ($update) {
                                                        Logger::info('Invalid file, contact update initiated', ['cid' => $id, 'url' => $contact['url'], 'avatar' => $url]);
-                                                       Worker::add(PRIORITY_LOW, 'UpdateContact', $id);
+                                                       Worker::add(Worker::PRIORITY_LOW, 'UpdateContact', $id);
                                                } else {
                                                        Logger::info('Invalid file', ['cid' => $id, 'url' => $contact['url'], 'avatar' => $url]);
                                                }