From 02d0f3a801f8e6f7cdb2fd8f77723c596a783f7d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 29 Mar 2016 09:56:21 +0000 Subject: [PATCH] fix not working account change --- mail/inc/class.mail_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/inc/class.mail_ui.inc.php b/mail/inc/class.mail_ui.inc.php index e79d702201..888724aa0b 100644 --- a/mail/inc/class.mail_ui.inc.php +++ b/mail/inc/class.mail_ui.inc.php @@ -224,7 +224,7 @@ class mail_ui if (Mail::$debug) error_log(__METHOD__.__LINE__.'->'.self::$icServerID.'<->'.$_icServerID); if ($unsetCache) Mail::unsetCachedObjects(self::$icServerID); - $this->Mail = Mail::getInstance(false,self::$icServerID,true, false, true); + $this->mail_bo = Mail::getInstance(false,self::$icServerID,true, false, true); if (Mail::$debug) error_log(__METHOD__.__LINE__.' Fetched IC Server:'.self::$icServerID.'/'.$this->mail_bo->profileID.':'.function_backtrace()); // no icServer Object: something failed big time if (!isset($this->mail_bo->icServer) || $this->mail_bo->icServer->ImapServerId<>$_icServerID)