mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Create update module msg error on open
This commit is contained in:
parent
758d04333d
commit
d006c93297
@ -1907,6 +1907,7 @@ if ($create_module) {
|
||||
);
|
||||
}
|
||||
|
||||
if ($update_module || $create_module) {
|
||||
if (is_error($id_agent_module) === true) {
|
||||
switch ($id_agent_module) {
|
||||
case ERR_EXIST:
|
||||
@ -1964,6 +1965,7 @@ if ($create_module) {
|
||||
io_json_mb_encode($values)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// MODULE ENABLE/DISABLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user