diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-04 17:26:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-04 17:26:07 +0000 |
commit | 37ed4d4aae659db14f77d96e5da8e2deb922860d (patch) | |
tree | 05537c2b3a6f5135696f96938e967ecc9782dbdb /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | f437c3f97bd05afaad265c314dbc34c55dd20bfb (diff) | |
parent | 051093f803444d99c48d130d59dcfe2ba9759c90 (diff) |
Merge branch 'issues/forcouncils/99-sorting'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index b63999b2f..13d5cb8f1 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -432,7 +432,7 @@ The order_by clause to use for reports on all reports page =cut sub reports_ordering { - return { -desc => 'lastupdate' }; + return 'updated-desc'; } =head2 on_map_list_limit |