Completed
Push — master ( fb7508...c5b3db )
by David
05:11
created
Subscriber/Frontend/Dispatch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 
120 120
         $module = $this->rewriteModuleKey($module);
121 121
 
122
-        if (!isset($this->modules[$module]) || (bool) $this->modules[$module] !== $isPreDispatch) {
122
+        if (!isset($this->modules[$module]) || (bool)$this->modules[$module] !== $isPreDispatch) {
123 123
             return;
124 124
         }
125 125
 
Please login to merge, or discard this patch.