mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
Fix labels with thesaurus links
This commit is contained in:
@@ -339,7 +339,7 @@ class media_Permalink_Adapter implements media_Permalink_Interface, cache_cachea
|
||||
unset($stmt);
|
||||
|
||||
$permalink = self::getPermalink($databox, $media_subdef);
|
||||
$permalink->set_label($media_subdef->get_record()->get_title());
|
||||
$permalink->set_label(strip_tags($media_subdef->get_record()->get_title()));
|
||||
|
||||
return $permalink;
|
||||
}
|
||||
|
Reference in New Issue
Block a user