Reverting change to Inbox default SORT BY.

This commit is contained in:
Colin Kuskie 2009-04-16 23:17:55 +00:00
parent ea51a13062
commit 754b9c7c31
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,6 @@
- fixed #10163: User List - alphabet search field broken
- fixed #9039: Synopsis not output as a meta field
- fixed #9939: checkout error with any payment method
- fixed #10162: Inbox Failing (Eric Kennedy)
- Survey editor now keeps survey objects in a scrollable panel to keep buttons always in view.
- fixed #10198: Cannot drag assets to new positions on page
- fixed #10190: Matrix 2.0 - Strange characters in "Show Ratings" box

View file

@ -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{};
}