[ 1204123 ] Bug: sortby.lastreply.url
This commit is contained in:
parent
75b28bf47f
commit
1b39213e3c
2 changed files with 17 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue