mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
added curly braces/spaces + replace spaces with tabs to fix code indending (or so?)
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
e6a4a736fc
commit
d3e666f71a
7 changed files with 88 additions and 91 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue