mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
attempt to cleanup regarding old emailadmin/felamimail
This commit is contained in:
parent
1411cc73fb
commit
d3ef9ea496
@ -120,7 +120,7 @@ class mail_ui
|
||||
if ($connectionReset)
|
||||
{
|
||||
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.' Connection Reset triggered:'.$connectionReset.' for Profile with ID:'.self::$icServerID);
|
||||
emailadmin_bo::unsetCachedObjects(self::$icServerID);
|
||||
emailadmin_imapbase::unsetCachedObjects(self::$icServerID);
|
||||
}
|
||||
|
||||
try {
|
||||
@ -166,7 +166,7 @@ class mail_ui
|
||||
}
|
||||
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.'->'.self::$icServerID.'<->'.$_icServerID);
|
||||
self::$icServerID = $_icServerID;
|
||||
if ($unsetCache) emailadmin_bo::unsetCachedObjects(self::$icServerID);
|
||||
if ($unsetCache) emailadmin_imapbase::unsetCachedObjects(self::$icServerID);
|
||||
$this->mail_bo = mail_bo::getInstance(false,self::$icServerID);
|
||||
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.' Fetched IC Server:'.self::$icServerID.'/'.$this->mail_bo->profileID.':'.function_backtrace());
|
||||
// no icServer Object: something failed big time
|
||||
@ -656,7 +656,7 @@ class mail_ui
|
||||
echo "<h2>".lang('Test Connection and display basic information about the selected profile')."</h2>";
|
||||
|
||||
_debug_array('Connection Reset triggered:'.$connectionReset.' for Profile with ID:'.$icServerID);
|
||||
emailadmin_bo::unsetCachedObjects($icServerID);
|
||||
emailadmin_imapbase::unsetCachedObjects($icServerID);
|
||||
/*
|
||||
if (mail_bo::$idna2)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user