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:
parent
a508578595
commit
b1badda213
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue