diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-15 16:37:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-15 16:37:57 +0000 |
commit | 69bcc1d99421a333a0ac8e764b1d259ffe24e5a3 (patch) | |
tree | d32120673433e509dc3b1d0d416171694f9e6294 /perllib/FixMyStreet/Cobrand/Zurich.pm | |
parent | ee6c5edc9252effe4b056cdea77db8efe08af314 (diff) |
Store Zurich external body in external_body rather than changing bodies_str.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Zurich.pm')
-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 4846e6f1e..b6e582dc2 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -211,7 +211,7 @@ sub admin_report_edit { $redirect = 1; } elsif ( my $external = $c->req->params->{body_external} ) { $problem->state( 'closed' ); - $problem->bodies_str( $external ); + $problem->external_body( $external ); $problem->whensent( undef ); $redirect = 1; } else { |