Code

Fixed display of non ISO names. Closes #233.
[gosa.git] / 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;