From eaa472a59e31eee90bdb66d83487b04fdf7974fd Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 29 Oct 2008 09:47:41 +0000 Subject: [PATCH] Updated HTML-Post handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12801 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_aclRole.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index d9633ed4d..251822d6d 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -252,7 +252,6 @@ class aclrole extends acl /* ACL saving... */ if (preg_match('/^acl_.*_[^xy]$/', $name) && $this->acl_is_writeable("gosaAclEntry")){ - $aclDialog= TRUE; list($dummy, $object, $attribute, $value)= split('_', $name); /* Skip for detection entry */ @@ -271,7 +270,11 @@ class aclrole extends acl } } } - + + if(isset($_POST['acl_dummy_0_0_0'])){ + $aclDialog= TRUE; + } + /* Only be interested in new acl's, if we're in the right _POST place */ if ($aclDialog && $this->aclObject != "" && is_array($this->ocMapping[$this->aclObject])){ -- 2.30.2