Fixed 'Trying to get property of non-object'

This commit is contained in:
Marcin Łojewski
2018-10-03 22:01:45 +02:00
parent 1c198173e9
commit 97aafd952c

View File

@@ -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(