Completed
Push — master ( 36d805...a4d798 )
by David
03:28
created
Subscriber/Frontend/Dispatch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 
118 118
         if (
119 119
             !empty($this->modules) &&
120
-            (!isset($this->modules[$module]) || (bool) $this->modules[$module] !== $isPreDispatch)
120
+            (!isset($this->modules[$module]) || (bool)$this->modules[$module] !== $isPreDispatch)
121 121
         ) {
122 122
             return;
123 123
         }
Please login to merge, or discard this patch.