summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b764e3)
raw | patch | inline | side by side (parent: 6b764e3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Jun 2008 05:47:57 +0000 (05:47 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/services/class_goService.inc b/gosa-plugins/systems/admin/systems/services/class_goService.inc
index 13a15c9e767cb22f8b9731f3b6faeb4b633cd59c..c763d5d57da08f3802bc514e5aa5846ff67b9884 100644 (file)
var $krb_host_key = NULL;
/* Construcktion */
- function goService(&$config,$dn)
+ function goService(&$config,$dn,$parent = NULL)
{
plugin::plugin($config,$dn);
$this->DisplayName = _("Empty service");