X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fmessage.php;h=3d5d4d33ab97daaafe07576260ecc7a77c7dfcab;hb=43ceb721963fb7c303d26ef5a999a275144dd5c6;hp=5bd611f22082dab60d9ad43a21c9076c57c10524;hpb=4edc73486e99f3921f871d889c9cf5de4351e3b5;p=friendica.git diff --git a/include/message.php b/include/message.php index 5bd611f220..3d5d4d33ab 100644 --- a/include/message.php +++ b/include/message.php @@ -153,8 +153,7 @@ function send_message($recipient=0, $body='', $subject='', $replyto=''){ if ($post_id) { proc_run(PRIORITY_HIGH, "include/notifier.php", "mail", $post_id); return intval($post_id); - } - else { + } else { return -3; }