diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-14 13:25:20 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-14 13:25:20 +0100 |
commit | aa91d7fda70deafcfaa1d1bd37052215796e7e06 (patch) | |
tree | 45e320c372b27e7af8a14176b0bcbf79532393f1 /perllib | |
parent | 0127d143d701e452286b0ee853dc92e3267919ca (diff) | |
parent | 4604ac3ac68a1592fa0387aff17082a695c76efe (diff) |
Merge branch 'version-2.2'
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 { |