From: hickert Date: Tue, 11 May 2010 08:45:53 +0000 (+0000) Subject: Fixed spelling of several properties and added missing ones X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5364b935ebb014f2bf58f8699fb44f21cd3e74a;p=gosa.git Fixed spelling of several properties and added missing ones git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18343 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 a12595655..c6923758d 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("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");