2013-10-15 Ramon Novoa <rnovoa@artica.es>

* godmode/agentes/module_manager_editor.php: Fixed the module macro
	  editor.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8916 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2013-10-15 13:52:16 +00:00
parent a508578595
commit b1badda213
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-10-15 Ramon Novoa <rnovoa@artica.es>
* godmode/agentes/module_manager_editor.php: Fixed the module macro
editor.
2013-10-15 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql: Fixed some SQL queries.

View File

@ -233,7 +233,7 @@ if ($id_agent_module) {
$module_macros = null;
if (isset($module['module_macros'])) {
$module_macros = json_decode(base64_decode($module['module_macros']));
$module_macros = json_decode(base64_decode($module['module_macros']), true);
}
}
else {