Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
agallavardin
fusiondirectory-plugins
Commits
a898bbe7
Commit
a898bbe7
authored
7 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
Fixes #5672 Fixed error and typos in class_sieve.inc
parent
0f2c683c
1.0.19-2-debian
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mail/personal/mail/class_sieve.inc
+3
-3
mail/personal/mail/class_sieve.inc
with
3 additions
and
3 deletions
+3
-3
mail/personal/mail/class_sieve.inc
+
3
−
3
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
;
}
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets