Completed
Push — master ( 15b904...2a38f9 )
by David
02:03
created
Subscriber/Frontend/Dispatch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 
116 116
         $module = $this->rewriteModuleKey($module, $request->getParam('action'));
117 117
 
118
-        if (!isset($this->modules[$module]) || (bool) $this->modules[$module] !== $isPreDispatch) {
118
+        if (!isset($this->modules[$module]) || (bool)$this->modules[$module] !== $isPreDispatch) {
119 119
             return;
120 120
         }
121 121
 
Please login to merge, or discard this patch.