fix double call on icServer->getACL

This commit is contained in:
Klaus Leithoff 2014-04-22 14:15:58 +00:00
parent 58ea850bf3
commit 0771c4ff08

View File

@ -414,8 +414,6 @@ class mail_acl
* @return Boolean FALSE in case of any exceptions and if TRUE in case of success, * @return Boolean FALSE in case of any exceptions and if TRUE in case of success,
*/ */
function getACL ($mailbox) function getACL ($mailbox)
{
if(($acl =$this->mail_bo->icServer->getACL($mailbox)))
{ {
try try
{ {
@ -427,4 +425,3 @@ class mail_acl
} }
} }
} }
}