From: cajus Date: Fri, 12 Oct 2007 12:39:16 +0000 (+0000) Subject: The now it works release X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=20fb258ad66f04d6eb0d2fba18cf4ca2d11beccd;p=gosa.git The now it works release git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7539 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;