Browse Source

intendetion. where did the whitespaces come from?

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

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

@@ -59,10 +59,10 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface {
&& method_exists($this->getAccess($configPrefix), $method)) {
$instance = $this->getAccess($configPrefix);
}
if($result = call_user_func_array(array($instance, $method), $parameters)) {
if($result = call_user_func_array(array($instance, $method), $parameters)) {
$this->writeToCache($cacheKey, $configPrefix);
return $result;
}
}
}
return false;
}

Loading…
Cancel
Save