]> source.dussan.org Git - nextcloud-server.git/commitdiff
intendetion. where did the whitespaces come from?
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 27 Feb 2014 15:20:53 +0000 (16:20 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 3 Mar 2014 09:20:31 +0000 (10:20 +0100)
apps/user_ldap/user_proxy.php

index 67f8639b181acc0b5a23a620079a7fc65dca8002..2b1b86056ea4afb1de458ce9c6a73f60dbc5311d 100644 (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;
        }