]> git.mxchange.org Git - friendica.git/blobdiff - include/message.php
Make the community pages available to local users every time
[friendica.git] / include / message.php
index dcc1fbc12eba1e86a0ada8da833d0a4a4df4bc8f..e49647b6ef7c9868fe162a28a31298a6e180711c 100644 (file)
@@ -145,7 +145,7 @@ function send_message($recipient=0, $body='', $subject='', $replyto=''){
        }
 
        if ($post_id) {
-               Worker::add(PRIORITY_HIGH, "notifier", "mail", $post_id);
+               Worker::add(PRIORITY_HIGH, "Notifier", "mail", $post_id);
                return intval($post_id);
        } else {
                return -3;