Add lost code

This commit is contained in:
m-lopez-f 2016-11-16 08:44:23 +01:00
parent 7149f4e92b
commit 6e030ca313
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function post_process_get_custom_values() {
}
else {
$return = json_decode(
$config['post_process_custom_values'], true);
io_safe_output($config['post_process_custom_values']), true);
}
if (empty($return)) {