Fixed 'Trying to get property of non-object'
This commit is contained in:
@@ -387,7 +387,7 @@ final class UserBackend extends ABackend implements
|
||||
|
||||
$names = [];
|
||||
foreach ($users as $user) {
|
||||
$names[$user->uid] = $user->name;
|
||||
$names[$user] = $user->name;
|
||||
}
|
||||
|
||||
$this->logger->debug(
|
||||
|
||||
Reference in New Issue
Block a user