summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fd50204)
raw | patch | inline | side by side (parent: fd50204)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:03:59 +0000 (10:03 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc
index 10ca8c0216d5997bf65a4cc80726c35d084fc74b..a125956559bf20fd2a2a92adeb103390b7e66738 100644 (file)
}
/* 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");