From 9737f5bcd72d0d0789b9f6f6363da3bd1dd4d252 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 23 Jul 2010 16:08:00 -0600 Subject: [PATCH] Fix variable name --- imp/lib/Prefs/Identity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/lib/Prefs/Identity.php b/imp/lib/Prefs/Identity.php index 34c7777aa..e297c7766 100644 --- a/imp/lib/Prefs/Identity.php +++ b/imp/lib/Prefs/Identity.php @@ -380,8 +380,8 @@ class Imp_Prefs_Identity extends Horde_Prefs_Identity /* If we didn't find the address, check for the domain. */ if (!empty($address['host']) && - isset($this->_cached['tie_addresses']['@' . $host])) { - return $this->_cached['tie_addresses']['@' . $host]; + isset($this->_cached['tie_addresses']['@' . $address['host']])) { + return $this->_cached['tie_addresses']['@' . $address['host']]; } /* Next, search all from addresses. */ -- 2.11.0