diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ceddd1a5fe..05f21ae50f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-03-25 Juan Manuel Ramon + + * godmode/modules/module_list.php: Fixed wrong variable call. + 2011-03-24 Juan Manuel Ramon * include/config_process.php diff --git a/pandora_console/godmode/modules/module_list.php b/pandora_console/godmode/modules/module_list.php index 87cf8c13e5..2e92a66419 100644 --- a/pandora_console/godmode/modules/module_list.php +++ b/pandora_console/godmode/modules/module_list.php @@ -80,7 +80,7 @@ foreach ($rows as $row) { print_image("images/".$row["icon"], true, array("border" => '0')) . " - ".$row[0]." + ".$row["id_tipo"]." ".$row["nombre"]."