diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-12 16:38:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-12 16:38:05 +0100 |
commit | 3dff9d73aba2ffcb5a7b798da02cfc0ba464f755 (patch) | |
tree | ae1b64b65f995d308fe67cd9e83fa8145eb58e86 /perllib/FixMyStreet/Cobrand/FiksGataMi.pm | |
parent | 9c497f513bd6395ac26b12f4d0b4cc22fa17484c (diff) |
Add NRA to list of area_types for FiksGataMi (fixes #106 on Catalyst code).
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FiksGataMi.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 7ffcbb3c8..15cdf80d2 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -35,7 +35,7 @@ sub disambiguate_location { } sub area_types { - return ( 'NKO', 'NFY' ); + return ( 'NKO', 'NFY', 'NRA' ); } sub area_min_generation { |