Mailer.php
authorAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:21:38 +0000 (11:21 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:21:38 +0000 (11:21 +0800)
Mailer.php

index c704c4b..b06b8da 100644 (file)
@@ -534,7 +534,7 @@ class Pman_Core_Mailer {
     
     function log($val)
     {
-        if (!$this->debug < 1) {
+        if (!$this->debug) {
             return;
         }
         if ($this->debug < 2) {