diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-11-29 12:42:32 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-11-29 12:42:32 +0000 |
commit | 916b377b1648dfcf94dd257e4b5fdbfc1acdf107 (patch) | |
tree | 536a1b00876cd351e0655c292aa48adf1f2b5a9a /bin | |
parent | e44e5fd11e0085eedb11949ae47046878b1af31c (diff) |
Include missing package in handlemail-support.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/handlemail-support | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/handlemail-support b/bin/handlemail-support index 76fcb4f4e..975773bd9 100755 --- a/bin/handlemail-support +++ b/bin/handlemail-support @@ -22,6 +22,7 @@ BEGIN { } use FixMyStreet; +use FixMyStreet::Email::Sender; use mySociety::HandleMail; my %data = mySociety::HandleMail::get_message(); |