From d59b587de2cf13f3a1ca950bf6a85e6ca20916c9 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 24 Nov 2022 14:04:10 +0100 Subject: [PATCH] #9901 Fixed tags --- pandora_console/include/functions_tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_tags.php b/pandora_console/include/functions_tags.php index 06dc8b1ada..9e7d55a648 100644 --- a/pandora_console/include/functions_tags.php +++ b/pandora_console/include/functions_tags.php @@ -1107,7 +1107,7 @@ function tags_get_user_tags($id_user=false, $access='AR', $return_tag_any=false) $profiles_without_tags = db_get_value_sql($query); - if ($profiles_without_tags == 0) { + if (users_is_admin() === true || $profiles_without_tags == 0) { // -------------------------------------------------------------- // FIXED FOR TICKET #1921 //