From 8b47cbe7bc5ec9fd20f16c87d5c4d3b5224b38fe Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 18 May 2011 11:51:03 +0000 Subject: [PATCH] Updated json definition file for config mangement items. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20856 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 070e7d123..a04056ce1 100644 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc @@ -34,7 +34,7 @@ class newConfigManagement extends plugin // Load the template engine and tell her what template // to use for the HTML it produces. $this->TemplateEngine = new TemplateEngine($config); - $this->installationMethods = json_decode(file_get_contents(get_template_path('goto/Config/root.xml', TRUE)), TRUE); + $this->installationMethods = json_decode(file_get_contents(get_template_path('goto/Config/root.json', TRUE)), TRUE); } -- 2.30.2