Code

Fixed date of birth && userPicture
[gosa.git] / plugins / personal / connectivity / class_opengwAccount.inc
index 3b5f87470ed5461ea5c734fadae1a85a11b1c560..c1da16c24cef60de5fc5964c942891caa586ebc6 100644 (file)
@@ -125,7 +125,7 @@ class opengwAccount extends plugin
       $smarty->assign($acl."ACL",$this->getacl($acl,$this->ReadOnly));
     } 
 
-    if((!$this->ReadOnly)&&($this->is_account && $this->acl_is_removeable()) || (!$this->is_account && $this->acl_is_createable())) {
+    if((!$this->ReadOnly)&&(($this->is_account && $this->acl_is_removeable()) || (!$this->is_account && $this->acl_is_createable()))) {
       $smarty->assign('opengwAccountACL', "");
     }else{
       $smarty->assign('opengwAccountACL', " disabled ");