diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-23 12:06:13 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-23 12:06:13 +0100 |
commit | aea3028f78f81ab1fd89ce46ad6abbe4aa0717ee (patch) | |
tree | a1a2244b5f558231c82b1f7c0d32e6bf132593c9 /perllib/Open311 | |
parent | 70b13b5580d354850fde931df1b972e128831f6a (diff) |
correct function name
Diffstat (limited to 'perllib/Open311')
-rw-r--r-- | perllib/Open311/PopulateServiceList.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311/PopulateServiceList.pm b/perllib/Open311/PopulateServiceList.pm index ac355a33c..3723b178e 100644 --- a/perllib/Open311/PopulateServiceList.pm +++ b/perllib/Open311/PopulateServiceList.pm @@ -183,7 +183,7 @@ sub _create_contact { } } -sub _add_contact_to_meta { +sub _add_meta_to_contact { my ( $self, $contact ) = @_; print "Fetching meta data for $self->_current_service->{service_code}\n"; |