Skip to content

Commit

Permalink
Codestyle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkempf committed Aug 26, 2015
1 parent 7b8f848 commit b149b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_finder/models/suggestions.php
Expand Up @@ -61,7 +61,7 @@ protected function getListQuery()
$db = $this->getDbo();
if (in_array($db->name, array('mysqli', 'mysql')))
{
// attempt to change mysql for error in large select
// Attempt to change mysql for error in large select
$db->setQuery('SET SQL_BIG_SELECTS=1');
$db->query();
}
Expand Down

0 comments on commit b149b50

Please sign in to comment.