aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Default.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-12-04 14:25:48 +0000
committerStruan Donald <struan@exo.org.uk>2012-12-04 14:25:48 +0000
commit8e7b15a165ae0bc5a0afc42dd35635c53adf488e (patch)
tree18a8023c87ed8bf2e9768df89fcc6ac37be563d5 /perllib/FixMyStreet/Cobrand/Default.pm
parentd15979ba78fe0c777c93b30b2dba7df72fee0abf (diff)
allow cobrand to skip report confirmation
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm
index 8f4f589f4..670e49469 100644
--- a/perllib/FixMyStreet/Cobrand/Default.pm
+++ b/perllib/FixMyStreet/Cobrand/Default.pm
@@ -758,5 +758,13 @@ sub report_check_for_errors {
sub report_sent_confirmation_email { 0; }
+=head2 never_confirm_reports
+
+If true then we never send an email to confirm a report
+
+=cut
+
+sub never_confirm_reports { 0; }
+
1;