From 114f1de01c2bc8d9b2bed569f8e8f6cc917ff557 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 21 Apr 2011 08:35:28 +0000 Subject: [PATCH] Added notification git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20764 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/newConfigManagement/class_newConfigManagement.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc b/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc index d703db5c1..028755233 100644 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc @@ -577,10 +577,12 @@ class newConfigManagement extends plugin function getUsedNamesForPath($path) { $item = $this->dataModel->getItemByPath($path); + $names = array(); foreach($item['children'] as $path => $data){ $names[] = $data['name']; } + Echo "Fix getUsedNamesForPath it should depend on the type, edit/create and the edited item!"; return($names); } -- 2.30.2