Passed
Push — master ( 6535be...0e1356 )
by Darko
08:59
created
app/Http/Controllers/BrowseGroupController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $meta_title = 'Browse Groups';
28 28
         $meta_keywords = 'browse,groups,description,details';
29 29
         $meta_description = 'Browse groups';
30
-        if (! empty($search)) {
30
+        if (!empty($search)) {
31 31
             $meta_title .= ' - Search: '.$search;
32 32
             $meta_description = 'Browse groups search results for '.$search;
33 33
         }
Please login to merge, or discard this patch.