[Pkg-owncloud-commits] [owncloud] 33/394: code style

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 5cf1fd8aa965ad5ce638e43c908969015d5e67d6
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Fri Nov 2 09:42:10 2012 +0100

    code style
---
 apps/user_ldap/settings.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/settings.php b/apps/user_ldap/settings.php
index ca9855d..f9ad2db 100644
--- a/apps/user_ldap/settings.php
+++ b/apps/user_ldap/settings.php
@@ -50,7 +50,7 @@ if ($_POST) {
 			OCP\Config::setAppValue('user_ldap', $param, 0);
 		}
 	}
-	if($clearCache){
+	if($clearCache) {
 		$ldap = new \OCA\user_ldap\lib\Connection('user_ldap');
 		$ldap->clearCache();
 	}

-- 
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