From 15f7d838fa9cafe536ba638e42dd7008457fbff9 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 25 Jul 2012 13:13:01 +0200 Subject: [PATCH] code style --- apps/user_ldap/user_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index dffed5ded9..a4a8921d08 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -57,7 +57,7 @@ class USER_LDAP extends lib\Access implements \OCP\UserInterface { if($aEmail && (count($aEmail) > 0)) { $email = $aEmail[0]; } - if(!is_null($email)){ + if(!is_null($email)) { \OCP\Config::setUserValue($this->dn2username($dn), 'settings', 'email', $email); } }