mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #2473 check if related tags are not empty
This commit is contained in:
@@ -423,7 +423,7 @@ if ( empty($page['is_external']) )
|
|||||||
|
|
||||||
$template->assign(
|
$template->assign(
|
||||||
array(
|
array(
|
||||||
'RELATED_TAGS_ACTION' => true,
|
'RELATED_TAGS_ACTION' => !empty($related_tags) ? true : false,
|
||||||
'RELATED_TAGS' => $related_tags,
|
'RELATED_TAGS' => $related_tags,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user