From: Jan Schneider Date: Tue, 10 Nov 2009 11:52:24 +0000 (+0100) Subject: Fix method name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=383462dcb006ed69182086cd10c1a695a7c754ab;p=horde.git Fix method name. --- diff --git a/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php b/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php index f14da1042..3732fc2ee 100644 --- a/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php +++ b/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php @@ -48,7 +48,7 @@ class Kronolith_Ajax_Imple_ContactAutoCompleter extends Horde_Ajax_Imple_AutoCom return array(); } - return $this->_expandAddresses($input); + return $this->_getAddressList($input); } /**