summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Users.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-01-27 15:42:53 +0100
committerYorhel <git@yorhel.nl>2011-01-27 15:43:03 +0100
commit007eed45f58817bc29443dd3b39d40ceceeadea4 (patch)
tree0e49cf94e70e0d891145dfebd7b7597f0c80f89a /lib/VNDB/Handler/Users.pm
parent11ba55dfc97565ec17fd4828b407d477d2844147 (diff)
Order "all notifications" with new notifications first
That's more what you'd expect from a list that functions somewhat as a short-lived FIFO "archive".
Diffstat (limited to 'lib/VNDB/Handler/Users.pm')
-rw-r--r--lib/VNDB/Handler/Users.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index 44ffa60b..d46d6c22 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -586,6 +586,7 @@ sub notifies {
results => 25,
what => 'titles',
read => $f->{r} == 1 ? undef : 0,
+ reverse => $f->{r} == 1,
);
$self->htmlHeader(title => mt('_usern_title'), noindex => 1);