Code

Apply fix for Trac #3558
[gosa.git] / trunk / gosa-plugins / systems / admin / systems / class_systemManagement.inc
index 9375e8e8f96844a04b3734a1b12e9a60765d56f2..e4c6e77772d5d836535516b945f786d915285332 100644 (file)
@@ -918,6 +918,7 @@ class systems extends plugin
             if(in_array($type,array("ArpNewDevice","NewDevice")) && class_available("termgeneric")){
               $this->systab= new termgeneric($this->config, $dn);
               $this->systab->set_acl_base($dn);
+              $this->systab->set_acl_category("terminal");
               $this->systab->remove_from_parent();
             }elseif($tabtype=="phonetabs"){
               $this->systab= new $tabtype($this->config, $this->config->data['TABS'][$tabobj], $dn,$type);