mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch '1199-Problema_commit_japones_al_borrar_modulos_da_fallo_sql' into 'develop'
fixed minor error sql delete module See merge request !723
This commit is contained in:
commit
431cafc713
@ -1528,7 +1528,7 @@ if ($delete_module) { // DELETE agent module !
|
||||
$error++;
|
||||
|
||||
if (alerts_delete_alert_agent_module(false,
|
||||
array('id_agente_module' => $id_borrar_modulo)) === false)
|
||||
array('id_agent_module' => $id_borrar_modulo)) === false)
|
||||
$error++;
|
||||
|
||||
$result = db_process_delete_temp('ttag_module', 'id_agente_modulo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user