forked from extern/egroupware
handle fatal error Using $this when not in object context
This commit is contained in:
parent
19d35063e4
commit
a12f6755ab
@ -282,7 +282,7 @@ class Mail
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception(__METHOD__." failed to load the Profile for ProfileID for $_profileID / ".$this->profileID." with error:".$e->getMessage().($e->details?', '.$e->details:''));
|
||||
throw new Exception(__METHOD__." failed to load the Profile for ProfileID for $_profileID with error:".$e->getMessage().($e->details?', '.$e->details:''));
|
||||
}
|
||||
}
|
||||
self::storeActiveProfileIDToPref(self::$instances[$_profileID]->icServer, $_profileID, $_validate );
|
||||
|
Loading…
Reference in New Issue
Block a user