@@ -320,7 +320,7 @@ |
||
320 | 320 | } |
321 | 321 | $access = $this->userBackend->getLDAPAccess($uid); |
322 | 322 | $connection = $access->getConnection(); |
323 | - $key = $uid . "::" . $attribute; |
|
323 | + $key = $uid."::".$attribute; |
|
324 | 324 | $cached = $connection->getFromCache($key); |
325 | 325 | |
326 | 326 | if ($cached !== null) { |