2013-08-26 Miguel de Dios <miguel.dedios@artica.es>

* godmode/agentes/module_manager_editor.php,
	godmode/agentes/module_manager_editor_common.php: fixed PHP
	warnings.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8695 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-08-26 07:17:43 +00:00
parent 05cb44b7ae
commit f52ce3d71d
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-08-26 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager_editor.php,
godmode/agentes/module_manager_editor_common.php: fixed PHP
warnings.
2013-08-23 Miguel de Dios <miguel.dedios@artica.es> 2013-08-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager_editor_common.php: fixed the PHP * godmode/agentes/module_manager_editor_common.php: fixed the PHP

View File

@ -338,7 +338,7 @@ switch ($moduletype) {
$remote_conf = false; $remote_conf = false;
if (enterprise_installed()) { if (enterprise_installed()) {
enterprise_include_once('include/functions_config_agents.php'); enterprise_include_once('include/functions_config_agents.php');
$remote_conf = enterprise_hook('config_agents_has_remote_configuration', $id_agente); $remote_conf = config_agents_has_remote_configuration($id_agente);
} }
/* Categories is an array containing the allowed module types /* Categories is an array containing the allowed module types