diff options
Diffstat (limited to 'search/index.php')
-rw-r--r-- | search/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search/index.php b/search/index.php index 958065dc406..9c515ff3dd3 100644 --- a/search/index.php +++ b/search/index.php @@ -39,7 +39,7 @@ if($query) { } $resultTypes=array(); -foreach($results as $result){ +foreach($results as $result) { if(!isset($resultTypes[$result->type])) { $resultTypes[$result->type]=array(); } |