aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/SeeSomething.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-01-08 17:59:28 +0000
committerStruan Donald <struan@exo.org.uk>2013-01-08 17:59:28 +0000
commit6df6486db5ba963d2d18090d008f5d8146b30157 (patch)
treeb0a173e8c3dd5ebb7fa09650512b2adf163ab7c1 /perllib/FixMyStreet/Cobrand/SeeSomething.pm
parent00aba074db940777cb247b7aac0aa3da330e666c (diff)
better name and use DO_NOT_REPLY_EMAIL conf option for anonymous account
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/SeeSomething.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/SeeSomething.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm
index e445ff435..dc28156dc 100644
--- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm
+++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm
@@ -78,7 +78,7 @@ sub never_confirm_reports { 1; }
sub allow_anonymous_reports { 1; }
-sub anonymous_account { return { name => 'anon user', email => 'anon@example.com' }; }
+sub anonymous_account { return { name => 'Anonymous Submission', email => FixMyStreet->config('DO_NOT_REPLY_EMAIL') }; }
sub admin_pages {
my $self = shift;