Commit 28bfdd98 by Simon Champion

Fix minor code style violations.

parent 2be54b92
...@@ -115,7 +115,7 @@ class Q2A_Notifications_Email ...@@ -115,7 +115,7 @@ class Q2A_Notifications_Email
'body' => $bodyPrefix . strtr($body, $fullsubs), 'body' => $bodyPrefix . strtr($body, $fullsubs),
'html' => $html, 'html' => $html,
)); ));
$send_status = $mailer->send(); $send_status = $mailer->send();
if (!$send_status) { if (!$send_status) {
error_log('PHP Question2Answer email send error: ' . $mailer->ErrorInfo); error_log('PHP Question2Answer email send error: ' . $mailer->ErrorInfo);
......
...@@ -72,4 +72,4 @@ class Q2A_Notifications_Mailer extends PHPMailer ...@@ -72,4 +72,4 @@ class Q2A_Notifications_Mailer extends PHPMailer
} }
} }
} }
} }
\ No newline at end of file
...@@ -41,5 +41,4 @@ class Q2A_Notifications_Status ...@@ -41,5 +41,4 @@ class Q2A_Notifications_Status
{ {
return self::$notifications_suspended > 0; return self::$notifications_suspended > 0;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment