forked from extern/egroupware
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,
|
* @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
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user