DataObjects/I18n.php
[Pman.Core] / NotifySend.php
index 4afbffe..f53971a 100644 (file)
@@ -537,7 +537,7 @@ class Pman_Core_NotifySend extends Pman
     
     function errorHandler($msg)
     {
-        if($this->error_handler == 'exception')){
+        if($this->error_handler == 'exception'){
             throw new Exception($msg);
         }