summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 62d10f7)
raw | patch | inline | side by side (parent: 62d10f7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Dec 2008 14:16:47 +0000 (14:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Dec 2008 14:16:47 +0000 (14:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13183 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 9a63d4e3a8c24ced399a218491e82e036950a32c..4f856d77cafa9759dbd3da50a7483aa770e55d62 100644 (file)
/* Intialize the used mailMethod
*/
- $tmp = new MailMethod_base($config,$this,"group");
+ $tmp = new mailMethod($config,$this,"group");
$this->mailMethod = $tmp->get_method();
$this->mailDomainParts = $this->mailMethod->getMailDomains();
$this->AvailableFolderTypes = $this->mailMethod->getAvailableFolderTypes();