diff options
author | Matthew Somerville <matthew@mysociety.org> | 2010-10-12 12:47:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2010-10-12 12:47:21 +0100 |
commit | fb30dc7eca004cad744791c0a65d2f2b300a90e5 (patch) | |
tree | 113d30c8bbba96f21ea0b8c2032b98b5813a489a | |
parent | 874a98b470353e6dde59a3d843f48d0009b52645 (diff) |
Typo.
-rwxr-xr-x | web/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index 4ac20ad90..dcbec5a1c 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -808,7 +808,7 @@ sub display_location { } # Check this location is okay to be displayed for the cobrand - my ($success, $error_msg) = Cobrand::council_check($cobrand, { e => $easting, n => $northing }, $all_councils, $q, 'display_location'); + my ($success, $error_msg) = Cobrand::council_check($cobrand, { e => $easting, n => $northing }, $q, 'display_location'); return front_page($q, $error_msg) unless $success; # Deal with pin hiding/age |