From a4e7d0a3526bcb672a3e53d3ae626b8361afdb35 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 26 Oct 2009 17:19:59 +0000 Subject: [PATCH] 2009-10-26 Miguel de Dios MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * pandora_console/godmode/agentes/module_manager_editor.php: fix the bug in when create a module manually in open versión of Pandora Console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2052 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/agentes/module_manager_editor.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6cd0c6ae6d..ea3af77cea 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-10-26 Miguel de Dios + + * pandora_console/godmode/agentes/module_manager_editor.php: fix the + bug in when create a module manually in open versión of Pandora Console. + 2009-10-26 Miguel de Dios * pandora_console/include/functions_api.php, diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index 7e3f58390a..acc8dc0200 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -14,7 +14,7 @@ // GNU General Public License for more details. require_once ('include/functions_network_components.php'); -require_once ($config['homedir'].'/'.ENTERPRISE_DIR.'/include/functions_local_components.php'); +enterprise_include_once('include/functions_local_components.php'); if (is_ajax ()) { $get_network_component = (bool) get_parameter ('get_network_component');