mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
parent
47079b723d
commit
f3a8981aa3
@ -28,7 +28,7 @@ class UserGroupStep extends Step
|
|||||||
|
|
||||||
public function apply()
|
public function apply()
|
||||||
{
|
{
|
||||||
$success &= $this->createGroupsIni();
|
$success = $this->createGroupsIni();
|
||||||
if (isset($this->data['resourceConfig'])) {
|
if (isset($this->data['resourceConfig'])) {
|
||||||
$success &= $this->createUserGroup();
|
$success &= $this->createUserGroup();
|
||||||
if ($success) {
|
if ($success) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user