diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 16:47:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 16:47:38 +0000 |
commit | 48530edad65acaaab9e08592f6df33f4f7f18916 (patch) | |
tree | 97ff6f1d7f8cdb157f2f412867f57afdecf4d389 /perllib | |
parent | 71dbeae85dbef28b9af1954086bc5026de0fb3dd (diff) |
Missed an order.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index 578d077b2..36389868e 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -220,7 +220,7 @@ sub admin { state => { -not_in => [ 'unconfirmed', 'confirmed', 'planned' ] }, bodies_str => \@all, }, { - order_by => 'created desc' + order_by => $order, })->page( $page ); $c->stash->{pager} = $c->stash->{other}->pager; |