diff options
-rw-r--r-- | modules/tag/helpers/tag_event.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php index 93e77c6c..a301c441 100644 --- a/modules/tag/helpers/tag_event.php +++ b/modules/tag/helpers/tag_event.php @@ -33,6 +33,7 @@ class tag_event_Core { $iptc = iptcparse($info["APP13"]); if (!empty($iptc["2#025"])) { foreach($iptc["2#025"] as $tag) { + $tag = str_replace("\0", "", $tag); $tags[$tag]= 1; } } |