Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_goNtpServer.inc
index aeb5a4b974f2b8a569f7128da21e8a7c7f838992..5a4f40f8240d39131c15534c873e6e37114f40ca 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once("class_goService.inc");
-
 class goNtpServer extends goService{
 
   var $cli_summary      = "This pluign is used within the ServerService Pluign \nand indicates that this server supports NTP service.";
@@ -24,7 +22,7 @@ class goNtpServer extends goService{
   var $cn               = "";
   var $view_logged  =FALSE;
 
-  function goNtpServer($config,$dn)
+  function goNtpServer(&$config,$dn)
   {
     goService::goService($config,$dn);
     $this->DisplayName = _("Time service (NTP)");