summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/Mailer.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Mailer.class.php b/inc/Mailer.class.php
index 93845497e..7661eaa75 100644
--- a/inc/Mailer.class.php
+++ b/inc/Mailer.class.php
@@ -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();