mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix error when showing a group from a database backend
This commit is contained in:
parent
4b06d47705
commit
27524feda1
@ -71,6 +71,7 @@ foreach ($members as $member): ?>
|
||||
<td class="member-name">
|
||||
<?php if (
|
||||
$this->hasPermission('config/authentication/users/show')
|
||||
&& method_exists($backend, 'getUserBackend')
|
||||
&& ($userBackend = $backend->getUserBackend()) !== null
|
||||
&& $userBackend instanceof Selectable
|
||||
): ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user