diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 15:53:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 18:18:49 +0100 |
commit | 4604ac3ac68a1592fa0387aff17082a695c76efe (patch) | |
tree | cafbd1bff6c0e1f39303089cb46ec2d001e5f93d /perllib | |
parent | e466e4db9be320953fbda98e3fbb291c8fe067dc (diff) |
Version 2.2.
Couple of missed strings for translation, and prevent a couple of
warnings in tests.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index b3d6b28c3..44747a16f 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -96,7 +96,7 @@ sub problem_response_days { return 10 if $p->category eq 'Utilities'; return 10 if $p->category eq 'Vegetation'; - return undef; + return 0; } sub reports_ordering { |