Reverting change to Inbox default SORT BY.
This commit is contained in:
parent
ea51a13062
commit
754b9c7c31
2 changed files with 1 additions and 2 deletions
|
|
@ -363,7 +363,7 @@ sub getMessagesPaginator {
|
|||
$sortBy = qq{ibox.$sortBy};
|
||||
}
|
||||
else {
|
||||
$sortBy = q{messageStatus DESC, dateStamp DESC};
|
||||
$sortBy = q{messageStatus='pending' DESC, dateStamp DESC};
|
||||
$sortDir = q{};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue