From a921364450be643f38a23b619217ac86f6965a90 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 29 Sep 2010 15:25:59 +0000 Subject: [PATCH] 2010-09-29 Sergio Martin * godmode/massive/massive_copy_modules.php: Fixed the massive modules copy for bug 3078010 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3317 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/massive/massive_copy_modules.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 280b692cf2..967aa7117b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-09-29 Sergio Martin + + * godmode/massive/massive_copy_modules.php: Fixed the + massive modules copy for bug 3078010 + 2010-09-29 Sergio Martin * godmode/alerts/alert_list.list.php: Fixed the diff --git a/pandora_console/godmode/massive/massive_copy_modules.php b/pandora_console/godmode/massive/massive_copy_modules.php index fa6564b413..381d5307c2 100644 --- a/pandora_console/godmode/massive/massive_copy_modules.php +++ b/pandora_console/godmode/massive/massive_copy_modules.php @@ -199,7 +199,7 @@ $(document).ready (function () { var no_alerts; /* Get modules */ jQuery.post ("ajax.php", - {"page" : "operation/massive/ver_agente", + {"page" : "operation/agentes/ver_agente", "get_agent_modules_json" : 1, "id_agent" : this.value, "filter" : "disabled = 0",