remove remaining testing artefact

This commit is contained in:
Arthur Schiwon 2014-02-28 10:58:51 +01:00
parent c7751c0795
commit b968eed27b
1 changed files with 1 additions and 1 deletions

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)