diff options
-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 fdec85770..71a774eaf 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -759,7 +759,7 @@ sub as_hashref { used_map => $self->used_map, is_fixed => $self->fixed_states->{ $self->state } ? 1 : 0, photo => $self->get_photo_params, - meta => $self->meta_line( $c ), + meta => $self->confirmed ? $self->meta_line( $c ) : '', }; } |