From: psc Date: Thu, 16 Jul 2009 13:39:40 +0000 (+0000) Subject: On copy and paste also copy the accessTo field, X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eabd2870df68dd811ebd3cb1b75019608ba4e560;p=gosa.git On copy and paste also copy the accessTo field, which fixes PHP errors when iterating over that non-existing value. (Trac: #3033) git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-core/plugins/admin/groups/class_groupGeneric.inc b/trunk/gosa-core/plugins/admin/groups/class_groupGeneric.inc index 50d0673bb..ce905299c 100644 --- a/trunk/gosa-core/plugins/admin/groups/class_groupGeneric.inc +++ b/trunk/gosa-core/plugins/admin/groups/class_groupGeneric.inc @@ -70,7 +70,7 @@ class group extends plugin var $attributes= array("cn", "description", "gidNumber","memberUid","sambaGroupType","sambaSID","accessTo","trustModel"); var $objectclasses= array("top", "posixGroup"); - var $CopyPasteVars = array("force_gid","fon_group","smbgroup","groupType","sambaSID","sambaDomainName","SID","nagios_group"); + var $CopyPasteVars = array("force_gid","fon_group","smbgroup","groupType","sambaSID","sambaDomainName","SID","nagios_group", "accessTo"); var $multiple_support = TRUE;