Code

Replace stream_get_contents() which is not php4 compatible
[gosa.git] / plugins / admin / systems / class_componentGeneric.inc
index 46821aa95044e6709bc290495296cde06db62f4c..b0bb33486321b8056f09c42da943d62a71fe368c 100644 (file)
@@ -89,6 +89,7 @@ class componentGeneric extends plugin
     $smarty->assign("baseACL", chkacl($this->acl,"base"));
 
     /* Show main page */
+    $this->netConfigDNS->cn= $this->cn;
     $smarty->assign("netconfig", $this->netConfigDNS->execute());
     return($smarty->fetch (get_template_path('component.tpl', TRUE)));
   }