Skip to content

Commit

Permalink
code styling - hopefully the end of these
Browse files Browse the repository at this point in the history
  • Loading branch information
GeraintEdwards committed Nov 30, 2017
1 parent 12ce8b0 commit 5eab93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/search/content/content.php
Expand Up @@ -355,7 +355,7 @@ public function onContentSearch($text, $phrase = '', $ordering = '', $areas = nu
)
->order($order);

//Join over Fields is no longer neded
// Join over Fields is no longer neded

// Filter by language.
if ($app->isClient('site') && JLanguageMultilang::isEnabled())
Expand Down Expand Up @@ -429,4 +429,4 @@ public function onContentSearch($text, $phrase = '', $ordering = '', $areas = nu
return $results;
}

}
}

0 comments on commit 5eab93c

Please sign in to comment.