Code

The now it works release
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Oct 2007 12:39:16 +0000 (12:39 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Oct 2007 12:39:16 +0000 (12:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7539 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_tabs.inc

index ba24d9530e8f047d06ba1633cd55b7ab1dc1322f..cbf0cf87c14526d116ff778f342df2f31c5ec5d4 100644 (file)
@@ -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;