aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-11-22 12:33:57 +0000
committerDave Whiteland <dave@mysociety.org>2012-11-22 12:33:57 +0000
commit8bfd1448c06f2661d2ab56d3c07d814ed5ccd4ff (patch)
tree4bf7f4ccf7dc1627e855744e7cf94e9c8647587b
parent1308be13bc9c3edfba705f57b0522e128ba2d5ae (diff)
parentf558f9913c06408ea1fb3edabf0991e48556eb79 (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
-rwxr-xr-xbin/send-comments2
-rw-r--r--perllib/Open311/GetServiceRequestUpdates.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-comments b/bin/send-comments
index d6496fb57..4955cb2f3 100755
--- a/bin/send-comments
+++ b/bin/send-comments
@@ -71,7 +71,7 @@ while ( my $council = $councils->next ) {
if ( $council->area_id =~ /2482/ ) {
my $endpoints = $o->endpoints;
$endpoints->{update} = 'update.xml';
- $endpoints->{service_requests_updates} = 'update.xml';
+ $endpoints->{service_request_updates} = 'update.xml';
$o->endpoints( $endpoints );
}
diff --git a/perllib/Open311/GetServiceRequestUpdates.pm b/perllib/Open311/GetServiceRequestUpdates.pm
index 25b960aa7..0b4e037fd 100644
--- a/perllib/Open311/GetServiceRequestUpdates.pm
+++ b/perllib/Open311/GetServiceRequestUpdates.pm
@@ -35,7 +35,7 @@ sub fetch {
if ( $council->area_id =~ /2482/ ) {
my $endpoints = $o->endpoints;
$endpoints->{update} = 'update.xml';
- $endpoints->{service_requests_updates} = 'update.xml';
+ $endpoints->{service_request_updates} = 'update.xml';
$o->endpoints( $endpoints );
}