Code

Fixed w3c compatibility
[gosa.git] / plugins / admin / users / tabs_user.inc
index c3d726f1e9a92dd596ec1488fa549c2d83b5fdcc..ce7cf00fbc4b33c54b84e9b1cd67895fa7cec1cb 100644 (file)
@@ -6,17 +6,12 @@ class usertabs extends tabs
 
   function usertabs($config, $data, $dn)
   {
-    tabs::tabs($config, $data, $dn);
+    tabs::tabs($config, $data, $dn, 'users');
     $this->base= $this->by_object['user']->base;
 
     /* Add references/acls/snapshots */
     $this->addSpecialTabs();
     $this->set_acl_base();
-
-    /* Set category for environment tab */
-    if (isset($this->by_object['environment'])){
-      $this->by_object['environment']->set_acl_category('users');
-    }
   }
 
   function save_object($save_current= FALSE)