Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsandy committed Sep 5, 2016
1 parent a65b135 commit 0827264
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 @@ -417,7 +417,7 @@ public function group($columns)
foreach ($this->join as $join)
{

$joinStr = trim(preg_replace("/.*\sJOIN\s/i","", (string) $join));
$joinStr = trim(preg_replace("/.*\sJOIN\s/i", "", (string) $join));

if (strpos($joinStr, ' AS ') !== false)
{
Expand Down

0 comments on commit 0827264

Please sign in to comment.