diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-20 16:49:08 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-20 16:49:08 +0100 |
commit | 35b2e8fbcb4d382377ca8652d058dc263707b82b (patch) | |
tree | 1303dfbea8a36113fc4cbbe36f0f9d19ccbbb656 /perllib/FixMyStreet/Cobrand/FixaMinGata.pm | |
parent | 9d4e468cc2cbde4592ceada4c7471556154088d7 (diff) | |
parent | 1c5c614af7a0265bd296ef67c0d342b27898185c (diff) |
Merge branch '1529-cobrand-testing'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixaMinGata.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm index 9ffbf00b8..a321d5c7c 100644 --- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm +++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm @@ -30,6 +30,8 @@ sub disambiguate_location { } sub area_types { + my $self = shift; + return $self->next::method() if FixMyStreet->config('STAGING_SITE') && FixMyStreet->config('SKIP_CHECKS_ON_STAGING'); [ 'KOM' ]; } |