Browse Source

remove remaining testing artefact

tags/v7.0.0alpha2
Arthur Schiwon 10 years ago
parent
commit
b968eed27b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/user_ldap/user_proxy.php

+ 1
- 1
apps/user_ldap/user_proxy.php View File

@@ -79,7 +79,7 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface {
$cacheKey = $this->getUserCacheKey($uid);
$prefix = $this->getFromCache($cacheKey);
//in case the uid has been found in the past, try this stored connection first
if(false && !is_null($prefix)) {
if(!is_null($prefix)) {
if(isset($this->backends[$prefix])) {
$instance = $this->backends[$prefix];
if(!method_exists($instance, $method)

Loading…
Cancel
Save