From: hickert Date: Thu, 11 Feb 2010 13:40:27 +0000 (+0000) Subject: Fixed ACL Problem, when swithing between the ACL-Types X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=11e04c7dfcddf1e9f3dd472bc39e9a6cfba2d0bb;p=gosa.git Fixed ACL Problem, when swithing between the ACL-Types git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15613 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index df145dd2f..3e6099a7e 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -349,7 +349,8 @@ class acl extends plugin } } - if(isset($_POST['selected_role'])){ + // Remember the selected ACL role. + if(isset($_POST['selected_role']) && $_POST['aclType'] == 'role'){ $this->aclContents = ""; $this->aclContents = base64_decode($_POST['selected_role']); }