diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 51608f6d77..a94d2bcab1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-05-04 Sergio Martin + + * godmode/agentes/agent_template.php: Fixed the + link to edit module for bug: 2996521 + 2010-05-04 Sergio Martin * include/functions_reporting.php: Set style to diff --git a/pandora_console/godmode/agentes/agent_template.php b/pandora_console/godmode/agentes/agent_template.php index b35eb3fd85..d14f72d265 100644 --- a/pandora_console/godmode/agentes/agent_template.php +++ b/pandora_console/godmode/agentes/agent_template.php @@ -145,7 +145,8 @@ foreach ($result as $row) { $data[2] = mb_substr ($row["descripcion"], 0, 60); $data[3] = ''.__('Delete').' '; - $data[3] .= ''.__('Update').''; + + $data[3] .= ''.__('Update').''; array_push ($table->data, $data); }