X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmessage.php;h=e49647b6ef7c9868fe162a28a31298a6e180711c;hb=b0025745909b527127c7dd09fea0f9920158b595;hp=dcc1fbc12eba1e86a0ada8da833d0a4a4df4bc8f;hpb=4ca68c7af05b7b41e1b04936b9080802ca2b7716;p=friendica.git diff --git a/include/message.php b/include/message.php index dcc1fbc12e..e49647b6ef 100644 --- a/include/message.php +++ b/include/message.php @@ -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;