diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f1fd314c16..561ded6500 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-06-20 Juan Manuel Ramon + + * include/functions_modules.php: Added initialization variable + value. + 2011-06-20 Juan Manuel Ramon * include/functions_modules.php diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 6ad55e0641..be0ead72e9 100644 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -235,6 +235,7 @@ function modules_create_agent_module ($id_agent, $name, $values = false, $disabl if ($id_agent_module === false) return false; + $return_tag = true; if (($tags !== false) || (empty($tags))) $return_tag = tags_insert_module_tag ($id_agent_module, $tags);