projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7b778
)
Fix object name
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 5 Oct 2010 17:16:51 +0000
(11:16 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 5 Oct 2010 22:21:13 +0000
(16:21 -0600)
imp/lib/Prefs/Identity.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Identity.php
b/imp/lib/Prefs/Identity.php
index
4c56d26
..
cc1da4d
100644
(file)
--- a/
imp/lib/Prefs/Identity.php
+++ b/
imp/lib/Prefs/Identity.php
@@
-299,8
+299,8
@@
class Imp_Prefs_Identity extends Horde_Core_Prefs_Identity
{
/* Combine the keys (which contain the e-mail addresses). */
return array_merge(
- array_keys($
identity
->getAllFromAddresses(true)),
- array_keys($
identity
->getAllTieAddresses())
+ array_keys($
this
->getAllFromAddresses(true)),
+ array_keys($
this
->getAllTieAddresses())
);
}