Completed
Pull Request — master (#16)
by Patrick
05:12 queued 02:29
created
Email/class.EmailRouter.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,10 @@
 block discarded – undo
41 41
         {
42 42
             $tmp = $this->routeSingle($dest, $rawMessage);
43 43
             $ret[] = $tmp;
44
-            if($tmp === false) $error = true;
44
+            if($tmp === false)
45
+            {
46
+                $error = true;
47
+            }
45 48
         }
46 49
         if($error === true)
47 50
         {
Please login to merge, or discard this patch.