aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Default.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-11-04 17:26:07 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-11-04 17:26:07 +0000
commit37ed4d4aae659db14f77d96e5da8e2deb922860d (patch)
tree05537c2b3a6f5135696f96938e967ecc9782dbdb /perllib/FixMyStreet/Cobrand/Default.pm
parentf437c3f97bd05afaad265c314dbc34c55dd20bfb (diff)
parent051093f803444d99c48d130d59dcfe2ba9759c90 (diff)
Merge branch 'issues/forcouncils/99-sorting'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm2
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