forked from extern/egroupware
* EMailAdmin/Mail: fix to work with Horde_Imap_Client 2.24.1+ (Tried to access unknown attribute "capability"!)
This commit is contained in:
parent
ed5d06544b
commit
7dbba4dec0
@ -241,7 +241,8 @@ class emailadmin_imap extends Horde_Imap_Client_Socket implements defaultimap
|
||||
{
|
||||
return $this->getParam($name);
|
||||
}
|
||||
throw new egw_exception_wrong_parameter("Tried to access unknown attribute '$name'!");
|
||||
// calling Horde_Imap_Client's __get() method available since 2.24.1
|
||||
return parent::__get($name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user