Merge branch 'ent-9901-no-se-visualizan-tags-en-tyr-saga-en-los-filtros-de-eventos' into 'develop'
Ent 9901 no se visualizan tags en tyr saga en los filtros de eventos See merge request artica/pandorafms!5291
This commit is contained in:
commit
ff82665da9
|
@ -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…
Reference in New Issue