Passed
Push — master ( b28cea...939433 )
by Blizzz
18:05 queued 10s
created
apps/user_ldap/lib/LDAPProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -320,7 +320,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.