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
fusiondirectory
fusiondirectory
Commits
68c645d1
Unverified
Commit
68c645d1
authored
4 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(acl) Fix return of ACLEditionDialog::update
issue
#6072
parent
a8c9bbf1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/admin/aclrole/class_aclEditionDialog.inc
+1
-3
plugins/admin/aclrole/class_aclEditionDialog.inc
with
1 addition
and
3 deletions
+1
-3
plugins/admin/aclrole/class_aclEditionDialog.inc
+
1
−
3
View file @
68c645d1
...
@@ -140,9 +140,7 @@ class ACLEditionDialog implements FusionDirectoryDialog
...
@@ -140,9 +140,7 @@ class ACLEditionDialog implements FusionDirectoryDialog
public
function
update
():
bool
public
function
update
():
bool
{
{
if
(
$this
->
dialogState
===
'closed'
)
{
return
(
$this
->
dialogState
!==
'closed'
);
return
FALSE
;
}
}
}
protected
function
handleFinish
()
protected
function
handleFinish
()
...
...
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