mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
fix double call on icServer->getACL
This commit is contained in:
parent
58ea850bf3
commit
0771c4ff08
@ -414,8 +414,6 @@ class mail_acl
|
||||
* @return Boolean FALSE in case of any exceptions and if TRUE in case of success,
|
||||
*/
|
||||
function getACL ($mailbox)
|
||||
{
|
||||
if(($acl =$this->mail_bo->icServer->getACL($mailbox)))
|
||||
{
|
||||
try
|
||||
{
|
||||
@ -426,5 +424,4 @@ class mail_acl
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user