Fix a typo

This commit is contained in:
Hadi Nategh 2015-04-27 13:44:40 +00:00
parent 4a554a65cd
commit b68cc4e050

View File

@ -4329,7 +4329,7 @@ class mail_ui
//error_log(__METHOD__.__LINE__.' change Profile to ->'.$icServerID); //error_log(__METHOD__.__LINE__.' change Profile to ->'.$icServerID);
$this->changeProfile($icServerID); $this->changeProfile($icServerID);
} }
if(!empty($folder)) { if(!empty($_folderName)) {
$this->mail_bo->compressFolder($folderName); $this->mail_bo->compressFolder($folderName);
} }
if ($rememberServerID != $this->mail_bo->profileID) if ($rememberServerID != $this->mail_bo->profileID)