projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b091396
)
Fix method name.
author
Jan Schneider
<jan@horde.org>
Tue, 10 Nov 2009 11:52:24 +0000
(12:52 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 10 Nov 2009 17:12:26 +0000
(18:12 +0100)
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php
b/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php
index
f14da10
..
3732fc2
100644
(file)
--- 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);
}
/**