2009-10-26 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
1c9bc029a7
commit
a4e7d0a352
|
@ -1,3 +1,8 @@
|
|||
2009-10-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* pandora_console/include/functions_api.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');
|
||||
|
|
Loading…
Reference in New Issue