From 20fb258ad66f04d6eb0d2fba18cf4ca2d11beccd Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 12 Oct 2007 12:39:16 +0000 Subject: [PATCH] The now it works release git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7539 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_tabs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_tabs.inc b/include/class_tabs.inc index ba24d9530..cbf0cf87c 100644 --- a/include/class_tabs.inc +++ b/include/class_tabs.inc @@ -187,7 +187,7 @@ class tabs /* Setup for all plugins */ foreach ($this->by_object as $key => $obj){ - $sacl= get_module_permission($acl, "$key", $this->dn); + $sacl= get_module_permission($acl, "$key", $this->dn, false); $obj->acl= $sacl; if (is_php4()){ $this->by_object[$key]= $obj; -- 2.30.2