Code

updated groupMail to use methods ACL defaults
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Dec 2008 08:12:35 +0000 (08:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Dec 2008 08:12:35 +0000 (08:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13256 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/admin/groups/mail/class_groupMail.inc

index cf3211f7bf46be64b75ecd2ba4efd6e1380bc2a6..8590f619c895b112d00f740efcf2b8acad950494 100644 (file)
@@ -74,9 +74,8 @@ class mailgroup extends plugin
     /* Load folder_acls with defaults.
       anyone -- The default acl, will be written to ldap.
       member -- The ACL used for the members.
-     */
-    $this->folder_acls['__anyone__'] = "p";
-    $this->folder_acls['__member__'] = "lrswp";
+     */ 
+    $this->folder_acls = $this->mailMethod->getDefaultACLs();
 
     /* Load acls
        The most used acl will be used as member acl, this