aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyBarangay.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
index 8ccbb57f5..53bf9f3b4 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
@@ -50,5 +50,10 @@ sub default_show_name {
return 1;
}
+# makes no sense to send questionnaires since FMB's reporters are mostly staff
+sub send_questionnaires {
+ return 0;
+}
+
1;