From 77bdad84c21f2d836b778a2741eb8e8512ee19eb Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Tue, 22 Mar 2022 12:31:44 +0100 Subject: Add ldap:reset-group command to unmap groups from LDAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- core/Command/Group/Delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Command/Group/Delete.php b/core/Command/Group/Delete.php index 75202308944..be97be83407 100644 --- a/core/Command/Group/Delete.php +++ b/core/Command/Group/Delete.php @@ -61,7 +61,7 @@ class Delete extends Base { $output->writeln('Group "' . $gid . '" could not be deleted.'); return 1; } - if (! $this->groupManager->groupExists($gid)) { + if (!$this->groupManager->groupExists($gid)) { $output->writeln('Group "' . $gid . '" does not exist.'); return 1; } -- cgit v1.2.3