diff --git a/pandora_console/include/functions_tags.php b/pandora_console/include/functions_tags.php index 8b1c725143..247e31bd1c 100644 --- a/pandora_console/include/functions_tags.php +++ b/pandora_console/include/functions_tags.php @@ -511,6 +511,11 @@ function tags_update_policy_module_tag($id_policy_module, $tags, $autocommit=fal } } + if ($errn > 0) { + return false; + } else { + return true; + } }