mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +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) {
|
if (is_error($id_agent_module) === true) {
|
||||||
switch ($id_agent_module) {
|
switch ($id_agent_module) {
|
||||||
case ERR_EXIST:
|
case ERR_EXIST:
|
||||||
@ -1965,6 +1966,7 @@ if ($create_module) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// MODULE ENABLE/DISABLE
|
// MODULE ENABLE/DISABLE
|
||||||
// =====================.
|
// =====================.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user