From 402e4e7a8fcf7527dfcb2cfe1efa69a7d1e70212 Mon Sep 17 00:00:00 2001
From: juanmanuelr <noreply@pandorafms.org>
Date: Fri, 25 Mar 2011 09:16:14 +0000
Subject: [PATCH] 2011-03-25 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

	* godmode/modules/module_list.php: Fixed wrong variable call.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4135 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_console/ChangeLog                       | 4 ++++
 pandora_console/godmode/modules/module_list.php | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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 <juanmanuel.ramon@artica.es>
+
+	* godmode/modules/module_list.php: Fixed wrong variable call. 
+
 2011-03-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
 
 	* 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')) .
 		"</td>
 		<td class='$tdcolor'>
-		<b>".$row[0]."
+		<b>".$row["id_tipo"]."
 		</b></td>
 		<td class='$tdcolor'>
 		<b>".$row["nombre"]."