mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Setup: Fix that not any privilege checks are working in the wizard
fixes #8929
This commit is contained in:
parent
62bb35a71e
commit
2882e2fd5e
@ -786,6 +786,6 @@ EOD;
|
|||||||
$privilegesGranted &= $query->fetchColumn() !== false;
|
$privilegesGranted &= $query->fetchColumn() !== false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $privilegesGranted;
|
return (bool) $privilegesGranted;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user