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…
Reference in New Issue