diff options
author | Chee Leong <klrkdekira@gmail.com> | 2013-06-27 12:07:50 +0800 |
---|---|---|
committer | Chee Leong <klrkdekira@gmail.com> | 2013-06-27 12:07:50 +0800 |
commit | 75a12f0b3943b16ffa404a1e6217907906fba6a8 (patch) | |
tree | 09b8cb4da93fc1be5dd7e11b0f1063523b1e9787 /perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm | |
parent | be48583aa29473d150ee20a62bce7e84c9d33c82 (diff) | |
parent | 4f0f7fa9f77930996e7891b617523dce4364a6d5 (diff) |
Merge branch 'master' of https://github.com/Sinar/fixmystreet
Diffstat (limited to 'perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm b/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm index 8d811180e..c85ecbf3a 100644 --- a/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm +++ b/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm @@ -50,6 +50,7 @@ sub send_questionnaires_period { # Not all cobrands send questionnaires next unless $cobrand->send_questionnaires; + next if $row->is_from_abuser; # Cobranded and non-cobranded messages can share a database. In this case, the conf file # should specify a vhost to send the reports for each cobrand, so that they don't get sent |