diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-11-11 17:14:53 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-11-11 17:14:53 +0000 |
commit | 74c1a09a10d606d9d8850f7fb70b6e578d2c3877 (patch) | |
tree | 6cd70d409d3ac7e14b1c1c5d10aa366d8546c77f /perllib/FixMyStreet/App/Controller/Alert.pm | |
parent | 3d2e9c254244592ddce937230cbd0e057f69e073 (diff) | |
parent | c0e4463163d4a9b9a8be073964ef960b114c9ea0 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Alert.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Alert.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Alert.pm b/perllib/FixMyStreet/App/Controller/Alert.pm index 4e5319a59..91ea61fbc 100644 --- a/perllib/FixMyStreet/App/Controller/Alert.pm +++ b/perllib/FixMyStreet/App/Controller/Alert.pm @@ -438,7 +438,7 @@ sub determine_location : Private { $c->detach('choose'); } - $c->go('index') if $c->stash->{location_error}; + $c->go('index'); } # truncate the lat,lon for nicer urls |