mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Error in User_Query
This commit is contained in:
@@ -1035,7 +1035,6 @@ class User_Query implements User_QueryInterface
|
||||
|
||||
if ('' !== $sorter = $this->generate_sort_constraint()) {
|
||||
$sql .= ' ORDER BY ' . $sorter;
|
||||
return $sql;
|
||||
}
|
||||
return [$sql, $this->sql_params];
|
||||
}
|
||||
|
Reference in New Issue
Block a user