mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 02:49:28 +01:00
Fix a typo
This commit is contained in:
parent
4a554a65cd
commit
b68cc4e050
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user