Fixed tags in module bulk operations

This commit is contained in:
samucarc 2018-07-26 16:49:02 +02:00
parent a5c1caab1f
commit 3593d2b762
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ function modules_update_agent_module ($id, $values,
$result = @db_process_sql_update ('tagente_modulo', $values, $where); $result = @db_process_sql_update ('tagente_modulo', $values, $where);
if ($result == false) { if ($result == false) {
if ($result_disable == ERR_GENERIC ){ if ($result_disable === ERR_GENERIC ){
return ERR_DB; return ERR_DB;
} }
else{ else{