aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-01-06 15:56:34 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-06 17:09:07 +0000
commit98c4305003a7fdd468822cd45a605dd935943f72 (patch)
treeb0388c94393eeb1ff1744504ca09fab9c9247a2c /perllib/FixMyStreet/App
parentc46b06e6376e4e522604d3dbee94e215dca4955c (diff)
[fixmystreet.com] Don't show app step if used app.
Fixes #1305.
Diffstat (limited to 'perllib/FixMyStreet/App')
-rw-r--r--perllib/FixMyStreet/App/Controller/Tokens.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Tokens.pm b/perllib/FixMyStreet/App/Controller/Tokens.pm
index ba15162ce..c10904f8f 100644
--- a/perllib/FixMyStreet/App/Controller/Tokens.pm
+++ b/perllib/FixMyStreet/App/Controller/Tokens.pm
@@ -34,6 +34,7 @@ sub confirm_problem : Path('/P') {
title => 'Title of Report',
bodies_str => 'True',
url => '/report/123',
+ service => $c->get_param('service'),
};
return;
}