Completed
Pull Request — master (#88)
by Jason
02:32
created
code/Locator.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,9 @@
 block discarded – undo
178 178
     public function Items($searchCriteria = array())
179 179
     {
180 180
         $request = ($this->request) ? $this->request : $this->parentController->getRequest();
181
-        if(empty($searchCriteria)) $searchCriteria = $request->requestVars();
181
+        if(empty($searchCriteria)) {
182
+        	$searchCriteria = $request->requestVars();
183
+        }
182 184
 
183 185
         //if category filters are selected on Locator
184 186
         $filterAny = array();
Please login to merge, or discard this patch.