]> git.mxchange.org Git - friendica.git/blobdiff - include/message.php
regenerated master messages.po for new strings in the admin panel
[friendica.git] / include / message.php
index 0f4b53c626964a8122b1494032a000326f94990b..51f3ad805a667fcbd45242625bb4f539d96d145c 100644 (file)
@@ -150,7 +150,7 @@ function send_message($recipient=0, $body='', $subject='', $replyto=''){
        }
 
        if($post_id) {
-               proc_run('php',"include/notifier.php","mail","$post_id");
+               proc_run(PRIORITY_HIGH, "include/notifier.php", "mail", $post_id);
                return intval($post_id);
        } else {
                return -3;