Add lost variable in funtion

(cherry picked from commit 2ff36cc24560971fdeca46224993e6e4ba2f014b)
This commit is contained in:
m-lopez-f 2016-02-09 10:22:40 +01:00
parent 6f81f66082
commit c1bb0a342b

View File

@ -2279,6 +2279,8 @@ function api_set_create_synthetic_module($id, $thrash1, $other, $thrash3) {
return;
}
global $config;
$agentName = $id;
io_safe_input_array($other);