aboutsummaryrefslogtreecommitdiffstats
path: root/web/rss.cgi
diff options
context:
space:
mode:
authorlouise <louise>2009-09-15 17:42:43 +0000
committerlouise <louise>2009-09-15 17:42:43 +0000
commiteaa489f45960bd35c60a93997933b5a4551894bc (patch)
tree5563e8131543fa223a25a52ff9e2e64bc118456e /web/rss.cgi
parent6b02a6542a5187fddf1b1b548239ec668c5c0dbc (diff)
Allowing cobrands to add more information to locations entered when geocoding them, and to add elements to forms
Diffstat (limited to 'web/rss.cgi')
-rwxr-xr-xweb/rss.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/rss.cgi b/web/rss.cgi
index 5d6edded2..215a7421a 100755
--- a/web/rss.cgi
+++ b/web/rss.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: rss.cgi,v 1.27 2009-01-15 10:19:28 matthew Exp $
+# $Id: rss.cgi,v 1.28 2009-09-15 17:42:43 louise Exp $
use strict;
use Error qw(:try);
@@ -73,7 +73,7 @@ sub rss_local_problems {
} elsif ($pc) {
my $error;
try {
- ($x, $y, $e, $n, $error) = Page::geocode($pc);
+ ($x, $y, $e, $n, $error) = Page::geocode($pc, $q);
} catch Error::Simple with {
$error = shift;
};