(cp 8e5ecb9f7) fixes #2473 check if related tags are not empty

This commit is contained in:
HWFord
2025-12-02 17:53:41 +01:00
parent 3810d517fd
commit f06762d4da

View File

@@ -423,7 +423,7 @@ if ( empty($page['is_external']) )
$template->assign(
array(
'RELATED_TAGS_ACTION' => true,
'RELATED_TAGS_ACTION' => !empty($related_tags) ? true : false,
'RELATED_TAGS' => $related_tags,
)
);