[ 1204123 ] Bug: sortby.lastreply.url

This commit is contained in:
Matthew Wilson 2005-05-18 16:06:03 +00:00
parent 75b28bf47f
commit 1b39213e3c
2 changed files with 17 additions and 2 deletions

View file

@ -864,7 +864,7 @@ sub view {
$var{'sortby.title.url'} = $self->getSortByUrl("title");
$var{'sortby.username.url'} = $self->getSortByUrl("username");
$var{'sortby.date.url'} = $self->getSortByUrl("dateSubmitted");
$var{'sortby.lastreply.url'} = $self->getSortByUrl("dateUpdated");
$var{'sortby.lastreply.url'} = $self->getSortByUrl("lastUpdated");
$var{'sortby.views.url'} = $self->getSortByUrl("views");
$var{'sortby.replies.url'} = $self->getSortByUrl("replies");
$var{'sortby.rating.url'} = $self->getSortByUrl("rating");