]> git.mxchange.org Git - friendica.git/blobdiff - include/message.php
huh? missed again
[friendica.git] / include / message.php
index 5bd611f22082dab60d9ad43a21c9076c57c10524..3d5d4d33ab97daaafe07576260ecc7a77c7dfcab 100644 (file)
@@ -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;
        }