From 927658448e8327330294265aecf8f34fd49964d7 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Tue, 20 Sep 2022 18:03:29 +0200 Subject: [PATCH] change permissions --- pandora_console/include/functions_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index d711432ef9..0b11d77926 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -10174,7 +10174,7 @@ function api_set_module_data($id, $thrash2, $other, $trash1) } if ($other['type'] == 'array') { - if (!util_api_check_agent_and_print_error(modules_get_agentmodule_agent($id), 'string', 'AW')) { + if (!util_api_check_agent_and_print_error(modules_get_agentmodule_agent($id), 'string')) { return; }