From: hickert Date: Mon, 13 Feb 2006 13:52:27 +0000 (+0000) Subject: Fixed /var/www/gosa/plugins/admin/groups/class_groupAcl.inc (Line 173) Undefined... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a04284e85f4373710f6f455fab532c967bf37ded;p=gosa.git Fixed /var/www/gosa/plugins/admin/groups/class_groupAcl.inc (Line 173) Undefined Index git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2680 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/class_groupAcl.inc b/plugins/admin/groups/class_groupAcl.inc index f6bee91b6..5ce1d5390 100644 --- a/plugins/admin/groups/class_groupAcl.inc +++ b/plugins/admin/groups/class_groupAcl.inc @@ -20,6 +20,7 @@ class acl extends plugin var $current_acl= ""; var $selfflag= FALSE; + var $gosaSubtreeACL; /* attribute list for save action */ var $attributes= array("gosaSubtreeACL");