Skip to content
Snippets Groups Projects
Commit 4c89a7f6 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

another bad comparison fixed

parent 4d18e936
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,7 @@ class Mailer {
// make the body
$body = $this->prepareBody();
if($body === 'false') return false;
if($body === false) return false;
// cook the headers
$headers = $this->prepareHeaders();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment