From 76a939e95c5a4a949baeda949b29a35781a0340a Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 24 Apr 2007 09:11:07 +0000 Subject: [PATCH] Use base from divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6186 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/acl/class_aclManagement.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/acl/class_aclManagement.inc b/plugins/admin/acl/class_aclManagement.inc index a0923c47c..d5ed80847 100644 --- a/plugins/admin/acl/class_aclManagement.inc +++ b/plugins/admin/acl/class_aclManagement.inc @@ -441,7 +441,7 @@ class aclManagement extends plugin /* Get divlist informations from filter part */ $Regex = $this->DivListACL -> Regex; $SubSearch = $this->DivListACL -> SubSearch; - $base = $_SESSION['CurrentMainBase']; + $base = $this->DivListACL -> selectedBase; $Attrs = array("ou","cn","description","gosaAclEntry","objectClass"); $res = array(); $tmp = array(); // Will contain temporary results -- 2.30.2