[Pkg-owncloud-commits] [owncloud] 23/44: intendetion. where did the whitespaces come from?
David Prévot
taffit at moszumanska.debian.org
Fri Mar 7 13:27:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 4605c2cc2ddf88478df669e614858ccd27ddb574
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Thu Feb 27 16:20:53 2014 +0100
intendetion. where did the whitespaces come from?
---
apps/user_ldap/user_proxy.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php
index 67f8639..2b1b860 100644
--- a/apps/user_ldap/user_proxy.php
+++ b/apps/user_ldap/user_proxy.php
@@ -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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list