Skip to content

Commit

Permalink
Check for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsandy committed Sep 5, 2016
1 parent 6168323 commit 945a1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/database/query/sqlsrv.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public function group($columns)
$tableColumns = preg_grep("/{$aliasStar}\.+/", $cols);
$columns = array_merge($columns, $tableColumns);
}
elseif(!$this->join && $aliasColName == '*')
elseif (!$this->join && $aliasColName == '*')
{
// Unset the array key
unset($selectCols[$key]);
Expand Down

0 comments on commit 945a1a7

Please sign in to comment.