Code

Fixed spelling of several properties and added missing ones
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:45:53 +0000 (08:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:45:53 +0000 (08:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18343 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/admin/groups/mail/class_groupMail.inc

index a125956559bf20fd2a2a92adeb103390b7e66738..c6923758d33b88e2f6ac0450c295889ea9616864 100644 (file)
@@ -1058,7 +1058,7 @@ class mailgroup extends plugin
       }
 
       /* Add special kolab attributes */
-      if(preg_match("/olab/i",$this->config->get_cfg_value("core","mailmethod"))){
+      if(preg_match("/olab/i",$this->config->get_cfg_value("core","mailMethod"))){
         if(isset($_POST['kolabFolderTypeType']) && $this->acl_is_writeable("kolabFolderType")){
           $this->kolabFolderTypeType = get_post("kolabFolderTypeType");
           $this->kolabFolderTypeSubType = get_post("kolabFolderTypeSubType");