From: Michael M Slusarz Date: Fri, 23 Jul 2010 22:08:00 +0000 (-0600) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9737f5bcd72d0d0789b9f6f6363da3bd1dd4d252;p=horde.git Fix variable name --- 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. */