Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
animtim
fusiondirectory-plugins
Commits
a898bbe7
Commit
a898bbe7
authored
Jul 17, 2017
by
Côme Chilliet
Browse files
Fixes
#5672
Fixed error and typos in class_sieve.inc
parent
0f2c683c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mail/personal/mail/class_sieve.inc
View file @
a898bbe7
...
...
@@ -217,7 +217,7 @@ class sieve
$this
->
tmpfile
=
""
;
$this
->
fh
=
0
;
$this
->
len
=
0
;
$this
->
capabilities
=
""
;
$this
->
capabilities
=
array
()
;
$this
->
loggedin
=
false
;
$this
->
error
=
""
;
$this
->
error_raw
=
""
;
...
...
@@ -325,7 +325,7 @@ class sieve
$this
->
capabilities
[
$this
->
cap_type
][
$this
->
module
]
=
true
;
}
/* end if */
elseif
(
is_string
(
$this
->
modules
))
$this
->
capabilites
[
$this
->
cap_type
][
$this
->
modules
]
=
true
;
$this
->
capabilit
i
es
[
$this
->
cap_type
][
$this
->
modules
]
=
true
;
}
else
{
$this
->
capabilities
[
"unknown"
][]
=
$this
->
line
;
...
...
@@ -357,7 +357,7 @@ class sieve
$this
->
capabilities
[
$this
->
cap_type
][
$this
->
module
]
=
true
;
}
/* end if */
elseif
(
is_string
(
$this
->
modules
))
$this
->
capabilites
[
$this
->
cap_type
][
$this
->
module
]
=
true
;
$this
->
capabilit
i
es
[
$this
->
cap_type
][
$this
->
module
]
=
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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