From: Michael M Slusarz Date: Tue, 5 Oct 2010 17:16:51 +0000 (-0600) Subject: Fix object name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e65bf980760b66584758f3c6e324279491ed01ed;p=horde.git Fix object name --- diff --git a/imp/lib/Prefs/Identity.php b/imp/lib/Prefs/Identity.php index 4c56d263d..cc1da4da6 100644 --- 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()) ); }