Unverified Commit 68c645d1 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(acl) Fix return of ACLEditionDialog::update

issue #6072
parent a8c9bbf1
No related merge requests found
Showing with 1 addition and 3 deletions
+1 -3
...@@ -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 ()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment