copy CS sorting fix from branch
This commit is contained in:
parent
227c2d90ec
commit
70c557aa10
1 changed files with 1 additions and 1 deletions
|
|
@ -961,7 +961,7 @@ sub getThreadsPaginator {
|
|||
if ($sortBy eq 'rating') {
|
||||
$sortBy = 'threadRating';
|
||||
}
|
||||
#$sortBy = $self->session->db->dbh->quote_identifier($sortBy);
|
||||
$sortBy = join('.', map { $self->session->db->dbh->quote_identifier($_) } split(/\./, $sortBy));
|
||||
my $sql = "
|
||||
select
|
||||
asset.assetId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue