From: hickert Date: Wed, 5 May 2010 10:03:59 +0000 (+0000) Subject: Added property class to get_cfg_requests X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ba49c6d4e5582a6adc3aa948c76eeb49b3809628;p=gosa.git Added property class to get_cfg_requests git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18113 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc index 10ca8c021..a12595655 100644 --- a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc +++ b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc @@ -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");