From: hickert Date: Wed, 18 May 2011 11:51:03 +0000 (+0000) Subject: Updated json definition file for config mangement items. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8b47cbe7bc5ec9fd20f16c87d5c4d3b5224b38fe;p=gosa.git Updated json definition file for config mangement items. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20856 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 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); }