Code

Replace stream_get_contents() which is not php4 compatible
[gosa.git] / plugins / admin / systems / tabs_printers.inc
index 2fe1c65db90bc5a40f52a5816ce33ec71af6b6c7..0fbbccc222005f837dc571db50c45f4bc3d6652d 100644 (file)
@@ -38,6 +38,7 @@ class printtabs extends tabs
        'dn' to all plugins */
     $baseobject= $this->by_object['printgeneric'];
     $this->dn= "cn=$baseobject->cn,ou=printers,ou=systems,".$baseobject->base;
+    $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){
       $this->by_object[$key]->dn= $this->dn;