diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index c69156c64..401ef8c45 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -258,7 +258,7 @@ sub about_hook { if ($body) { # Send confirmation email (hopefully) $c->stash->{template} = 'auth/general.html'; - $c->detach('/auth/general'); + $c->detach('/auth/general', []); } else { $c->stash->{error} = 'bad_email'; } |