aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Angus.pm
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-07-08 15:38:10 +0100
committerDave Arter <davea@mysociety.org>2016-07-08 15:38:10 +0100
commit0c5549a60ef3d86d672926d6e71c00cafff8326b (patch)
tree94158b497072156c273f442ce19888665a205a2c /perllib/FixMyStreet/Cobrand/Angus.pm
parent680893b2489830b0c06a6ffdbf8c9f15ddb22487 (diff)
parent8a8b34b66dbdb9d2ce9c5b2d00318d75ef93d267 (diff)
Merge branch 'issues/commercial/500-cobrand-reporting-issues-redux'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Angus.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Angus.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Angus.pm b/perllib/FixMyStreet/Cobrand/Angus.pm
index 23d0d2c58..0361c2d11 100644
--- a/perllib/FixMyStreet/Cobrand/Angus.pm
+++ b/perllib/FixMyStreet/Cobrand/Angus.pm
@@ -10,7 +10,8 @@ sub council_name { return 'Angus Council'; }
sub council_url { return 'angus'; }
sub base_url {
- return FixMyStreet->config('BASE_URL') if FixMyStreet->config('STAGING_SITE');
+ my $self = shift;
+ return $self->next::method() if FixMyStreet->config('STAGING_SITE');
return 'https://fix.angus.gov.uk';
}