diff options
-rw-r--r-- | perllib/FixMyStreet/App.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index 18f086868..29e38a24e 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -377,7 +377,7 @@ sub uri_for_email { my $c = shift; my @args = @_; - my $normal_uri = $c->uri_for(@_); + my $normal_uri = $c->uri_for(@_)->absolute; my $base = $c->cobrand->base_url_with_lang( 1 ); my $email_uri = $base . $normal_uri->path_query; |