diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-28 17:08:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-28 17:08:44 +0100 |
commit | 843304ab27da9ef2c0be5d8fce4363902af69825 (patch) | |
tree | e46b3f911b60c12227ddd24864de7a24b5da4cfb | |
parent | cd0ecbdb62bdef9da4217bbaf2634dfdd6dd523e (diff) |
Missing semicolon.
-rwxr-xr-x | bin/fixmystreet.com/fixture | 2 |
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; |