Code

Added property class to get_cfg_requests
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 10:03:59 +0000 (10:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 10:03:59 +0000 (10:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18113 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 10ca8c0216d5997bf65a4cc80726c35d084fc74b..a125956559bf20fd2a2a92adeb103390b7e66738 100644 (file)
@@ -1058,7 +1058,7 @@ class mailgroup extends plugin
       }
 
       /* Add special kolab attributes */
-      if(preg_match("/olab/i",$this->config->get_cfg_value("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");