aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-09-28 17:08:44 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-09-28 17:08:44 +0100
commit843304ab27da9ef2c0be5d8fce4363902af69825 (patch)
treee46b3f911b60c12227ddd24864de7a24b5da4cfb
parentcd0ecbdb62bdef9da4217bbaf2634dfdd6dd523e (diff)
Missing semicolon.
-rwxr-xr-xbin/fixmystreet.com/fixture2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture
index 2f882381a..c56e1733d 100755
--- a/bin/fixmystreet.com/fixture
+++ b/bin/fixmystreet.com/fixture
@@ -112,7 +112,7 @@ foreach (FixMyStreet::Cobrand->available_cobrand_classes) {
}
}
-FixMyStreet::PhotoStorage::backend->init()
+FixMyStreet::PhotoStorage::backend->init();
my $user = $users{'user@example.org'};
my $num = 20;