Skip to content

Commit

Permalink
Removed invisible ASCII 1 character.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Aug 2, 2014
1 parent c4e9af1 commit 1d876b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/DBUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ public static function _checkOrderByClause($orderby, $table)
throw new Exception(__f('The parameter %s must not be empty', 'table'));
}

if (strpos($orderby, 'GROUP BY') === 0) {
if (strpos($orderby, 'GROUP BY') === 0) {
return $orderby;
}

Expand Down

0 comments on commit 1d876b4

Please sign in to comment.