Code

Updated server service plugin.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 Jun 2008 05:47:57 +0000 (05:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 Jun 2008 05:47:57 +0000 (05:47 +0000)
-Added parent  object to parameter of the base class contructor.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11470 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/services/class_goService.inc

index 13a15c9e767cb22f8b9731f3b6faeb4b633cd59c..c763d5d57da08f3802bc514e5aa5846ff67b9884 100644 (file)
@@ -38,7 +38,7 @@ class goService extends plugin{
   var $krb_host_key         = NULL; 
    
   /* Construcktion */ 
-  function goService(&$config,$dn)
+  function goService(&$config,$dn,$parent = NULL)
   {
     plugin::plugin($config,$dn);
     $this->DisplayName = _("Empty service");