]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/Guards/LdapSessionGuard.php
Make building of search results work for multi-byte encoded characters
[bookstack] / app / Auth / Access / Guards / LdapSessionGuard.php
index 7f6965937a19929a43124c508de406e8c61eb90a..078487224b20b5fa3b547cf536d8c3fb7aa69c22 100644 (file)
@@ -94,7 +94,7 @@ class LdapSessionGuard extends ExternalBaseSessionGuard
         }
 
         // Attach avatar if non-existent
-        if (is_null($user->avatar)) {
+        if (!$user->avatar()->exists()) {
             $this->ldapService->saveAndAttachAvatar($user, $userDetails);
         }