Completed
Push — master ( 04a305...b67678 )
by Craig
05:25
created
src/system/RoutesModule/Helper/Base/AbstractControllerHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
         $templateParameters['all'] = 'csv' === $request->getRequestFormat() ? 1 : $request->query->getInt('all');
153 153
         $showOnlyOwnEntriesSetting = (bool)$request->query->getInt(
154 154
             'own',
155
-            (int) $this->variableApi->get('ZikulaRoutesModule', 'showOnlyOwnEntries')
155
+            (int)$this->variableApi->get('ZikulaRoutesModule', 'showOnlyOwnEntries')
156 156
         );
157 157
         $showOnlyOwnEntriesSetting = $showOnlyOwnEntriesSetting ? 1 : 0;
158 158
         $templateParameters['own'] = $showOnlyOwnEntriesSetting;
Please login to merge, or discard this patch.