From ae3f76a33afe3c356333bf8ec753cafd76cc7fdc Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 25 Apr 2008 12:12:40 +0000 Subject: [PATCH] Adapt parent attributes correclty git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10691 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/services/repository/class_servRepository.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc index 4615844bb..f7817858b 100644 --- a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc +++ b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc @@ -21,7 +21,7 @@ class servrepository extends goService function servrepository (&$config, $dn= NULL, $parent= NULL) { - plugin::plugin ($config, $dn); + plugin::plugin ($config, $dn,$parent->parent); $this->DisplayName = _("Repository service"); -- 2.30.2