The last of the big workers moved ... delivery and notifier

This commit is contained in:
Michael
2017-11-19 18:59:55 +00:00
parent 5108115fc1
commit 8cd21269ff
23 changed files with 672 additions and 693 deletions

View 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;