Code

Updated class name
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Dec 2008 14:16:47 +0000 (14:16 +0000)
committerhickert <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

index 9a63d4e3a8c24ced399a218491e82e036950a32c..4f856d77cafa9759dbd3da50a7483aa770e55d62 100644 (file)
@@ -46,7 +46,7 @@ class mailgroup extends plugin
 
     /* 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();