diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-13 11:22:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-13 11:22:07 +0000 |
commit | 9db06d0784ecc24a7fa6b12f527ee3628713c98d (patch) | |
tree | 1a6d1ee7e2925325d65b64bcb9e53abe38960cb1 /perllib/FixMyStreet/DB/Result/Problem.pm | |
parent | 526ec1e90e09f2cd73f7a47f88abe2a2775590f0 (diff) |
Ask for address, and clarify public/private for EmptyHomes.
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 5bde902d4..24aa12944 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -424,7 +424,7 @@ sub check_for_errors { { $errors{name} = _( 'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below' - ); + ) unless $self->cobrand eq 'emptyhomes'; } if ( $self->category |