From: hickert Date: Thu, 21 Apr 2011 08:40:20 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=45f64d345afc6250bd9e19c9db45cc71ea7696c8;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20765 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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); }