Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agallavardin
fusiondirectory-plugins
Commits
f9d4a1c5
Verified
Commit
f9d4a1c5
authored
Sep 24, 2019
by
Côme Chilliet
Browse files
🚑
fix(cyrus) Fix sonar warning in cyrus mail method
issue #3999
parent
e3921410
Changes
1
Hide whitespace changes
Inline
Side-by-side
cyrus/personal/mail/mail-methods/class_mail-methods-cyrus.inc
View file @
f9d4a1c5
...
...
@@ -414,7 +414,7 @@ class mailMethodCyrus extends mailMethod
$this
->
build_account_id
();
$acls
=
imap_getacl
(
$this
->
imap_handle
,
$this
->
account_id
);
foreach
(
$acls
as
$user
=>
&
$acl
)
{
foreach
(
$acls
as
&
$acl
)
{
$acl
=
$this
->
expandAndSortACL
(
$acl
);
if
(
!
isset
(
$this
->
acl_mapping
[
$acl
]))
{
/* Merge given ACL with acl mapping
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment