Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 1d876b4

Browse files
committed
Removed invisible ASCII 1 character.
1 parent c4e9af1 commit 1d876b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/util/DBUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ public static function _checkOrderByClause($orderby, $table)
13141314
throw new Exception(__f('The parameter %s must not be empty', 'table'));
13151315
}
13161316

1317-
if (strpos($orderby, 'GROUP BY') === 0) {
1317+
if (strpos($orderby, 'GROUP BY') === 0) {
13181318
return $orderby;
13191319
}
13201320

0 commit comments

Comments
 (0)