Code

Added delete icon to ppd list if ppd file is removeable
[gosa.git] / plugins / admin / systems / tabs_phone.inc
index 742e2a0017eb822ce47b973f91a4d55efbbc44ed..cae0a24934acfdad42b01080229207c6c1b2c2cf 100644 (file)
@@ -20,6 +20,7 @@ class phonetabs extends tabs
        'dn' to all plugins */
     $baseobject= $this->by_object['phonegeneric'];
     $this->dn= "cn=$baseobject->cn,ou=phones,ou=systems,".$baseobject->base;
+    $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){
       $this->by_object[$key]->dn= $this->dn;