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
fusiondirectory
fusiondirectory-plugins
Commits
9577d903
Commit
9577d903
authored
Jul 12, 2016
by
Côme Chilliet
Committed by
Mortier Benoit
Jul 12, 2016
Browse files
Fixes #4998 serverService still contained a call to old contructor
parent
25b3dd8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
systems/admin/systems/class_serverService.inc
View file @
9577d903
...
...
@@ -187,7 +187,7 @@ class ServerService extends management
protected
function
cancelEdit
()
{
if
(
$this
->
backup
==
NULL
&&
$this
->
current
)
{
$this
->
plugins
[
$this
->
current
]
=
new
$this
->
current
(
NULL
,
$this
->
dn
,
$this
);
$this
->
plugins
[
$this
->
current
]
=
new
$this
->
current
(
$this
->
dn
,
$this
);
$this
->
plugins
[
$this
->
current
]
->
set_acl_base
(
$this
->
acl_base
);
$this
->
plugins
[
$this
->
current
]
->
set_acl_category
(
preg_replace
(
"/\/$/"
,
""
,
$this
->
acl_category
));
...
...
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