diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-12 13:17:59 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-12 13:17:59 +0000 |
commit | 560070b5a4eb210aeb08f78c553b6caa6144fbc9 (patch) | |
tree | 934f5608c584e98e7f16c1c2f40aa4c5c8a1539c /perllib | |
parent | 40160b01ed3e2f9e574cd5dc567583d4ac97dbc1 (diff) |
category is public on reports awaiting moderation
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index fca30abfb..7cc8abb2f 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -59,7 +59,7 @@ sub problem_as_hashref { my $hashref = $problem->as_hashref( $ctx ); if ( $problem->state eq 'unconfirmed' ) { - for my $var ( qw( photo category detail state state_t is_fixed meta ) ) { + for my $var ( qw( photo detail state state_t is_fixed meta ) ) { delete $hashref->{ $var }; } $hashref->{detail} = _('This report is awaiting moderation.'); |