mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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…
x
Reference in New Issue
Block a user