Fix object name
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 5 Oct 2010 17:16:51 +0000 (11:16 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 5 Oct 2010 22:21:13 +0000 (16:21 -0600)
imp/lib/Prefs/Identity.php

index 4c56d26..cc1da4d 100644 (file)
@@ -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())
         );
     }