Fix method name.
authorJan Schneider <jan@horde.org>
Tue, 10 Nov 2009 11:52:24 +0000 (12:52 +0100)
committerJan Schneider <jan@horde.org>
Tue, 10 Nov 2009 17:12:26 +0000 (18:12 +0100)
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php

index f14da10..3732fc2 100644 (file)
@@ -48,7 +48,7 @@ class Kronolith_Ajax_Imple_ContactAutoCompleter extends Horde_Ajax_Imple_AutoCom
             return array();
         }
 
-        return $this->_expandAddresses($input);
+        return $this->_getAddressList($input);
     }
 
     /**