Merge branch 'ent-7366-bug-bulk-operations-en-edicion-de-modulos-de-politica' into 'develop'
Fixed missing return on tags_update_policy_module_tag function See merge request artica/pandorafms!4227
This commit is contained in:
commit
0dc6ab9353
|
@ -511,6 +511,11 @@ function tags_update_policy_module_tag($id_policy_module, $tags, $autocommit=fal
|
|||
}
|
||||
}
|
||||
|
||||
if ($errn > 0) {
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue