Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fusiondirectory-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
46
Issues
46
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #4998 serverService still contained a call to old contructor
parent
25b3dd8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
systems/admin/systems/class_serverService.inc
systems/admin/systems/class_serverService.inc
+1
-1
No files found.
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
Markdown
is supported
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