aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/CronFns.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-03-14 10:37:41 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-14 10:37:41 +0000
commit85ed45239a70f41afc8446cfc0f53acaffdeee3f (patch)
tree0a30d8db5d46628d37e3728eea15394245592c52 /perllib/CronFns.pm
parent1d2bf7c4c9d00ac25b715a3797c9a7f5bd9c170c (diff)
parente7036ce558eebb9bde980aa1206cb4d67683ae3d (diff)
Merge branch 'zurich'
Conflicts: locale/FixMyStreet.po locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
Diffstat (limited to 'perllib/CronFns.pm')
-rwxr-xr-xperllib/CronFns.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/CronFns.pm b/perllib/CronFns.pm
index 878482339..ac7f85596 100755
--- a/perllib/CronFns.pm
+++ b/perllib/CronFns.pm
@@ -36,7 +36,7 @@ sub site {
my $base_url = shift;
my $site = 'fixmystreet';
$site = 'emptyhomes' if $base_url =~ 'emptyhomes';
- $site = 'zurich' if $base_url =~ 'zurich';
+ $site = 'zurich' if $base_url =~ /zurich|zueri/;
return $site;
}