Fix error when showing a group from a database backend

This commit is contained in:
Johannes Meyer 2015-10-01 10:12:28 +02:00
parent 4b06d47705
commit 27524feda1
1 changed files with 1 additions and 0 deletions

View File

@ -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
): ?>