mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#9901 Fixed tags
This commit is contained in:
parent
bca50dc51c
commit
d59b587de2
@ -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
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user