From 651d9bf11c23b32d460818796a95530f27e60d08 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 18 Jan 2009 10:23:44 -0500 Subject: [PATCH] fix method name - this is a public method now --- kronolith/lib/Imple/ContactAutoCompleter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Imple/ContactAutoCompleter.php b/kronolith/lib/Imple/ContactAutoCompleter.php index 60e30cac0..2405b4e33 100644 --- a/kronolith/lib/Imple/ContactAutoCompleter.php +++ b/kronolith/lib/Imple/ContactAutoCompleter.php @@ -86,7 +86,7 @@ class Imple_ContactAutoCompleter extends Imple protected function _expandAddresses($addrString) { return preg_match('|[^\s]|', $addrString) - ? $this->_getAddressList(reset(array_filter(array_map('trim', Horde_Mime_Address::explode($addrString, ',;'))))) + ? $this->getAddressList(reset(array_filter(array_map('trim', Horde_Mime_Address::explode($addrString, ',;'))))) : ''; } -- 2.11.0