X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fenotify.php;h=99d5ea0ab3939504f7458cac9a919efe46e613a3;hb=916236ce2fe2c0e9e48d000c6d665f96fecf00a9;hp=7de2027ca8342fafd5e84f3cf791b336f7939603;hpb=2ad162f991fdd32122b029398b9ab9e8801c0462;p=friendica.git diff --git a/include/enotify.php b/include/enotify.php index 7de2027ca8..99d5ea0ab3 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -1,14 +1,15 @@ $params['uid'], 'fromName' => $sender_name, 'fromEmail' => $sender_email, @@ -646,11 +648,11 @@ function notification($params) { 'messageSubject' => $datarray['subject'], 'htmlVersion' => $email_html_body, 'textVersion' => $email_text_body, - 'additionalMailHeader' => $datarray['headers'], - )); + 'additionalMailHeader' => $datarray['headers']) + ); } - return False; + return false; } /**