Completed
Pull Request — master (#4037)
by Craig
05:32
created
src/system/RoutesModule/Helper/Base/AbstractCollectionFilterHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
             return $qb;
192 192
         }
193 193
     
194
-        $showOnlyOwnEntries = (bool)$request->query->getInt('own', (int) $this->showOnlyOwnEntries);
194
+        $showOnlyOwnEntries = (bool)$request->query->getInt('own', (int)$this->showOnlyOwnEntries);
195 195
         if ($showOnlyOwnEntries) {
196 196
             $qb = $this->addCreatorFilter($qb);
197 197
         }
Please login to merge, or discard this patch.