From 45f64d345afc6250bd9e19c9db45cc71ea7696c8 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 21 Apr 2011 08:40:20 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20765 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/newConfigManagement/class_newConfigManagement.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc b/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc index 028755233..9e6001f62 100644 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc @@ -582,7 +582,7 @@ class newConfigManagement extends plugin foreach($item['children'] as $path => $data){ $names[] = $data['name']; } - Echo "Fix getUsedNamesForPath it should depend on the type, edit/create and the edited item!"; + echo "Fix getUsedNamesForPath it should depend on the type, edit/create and the edited item!"; return($names); } -- 2.30.2