From 51a59fef077d71c2dcd56a7c2e4b7a8e3ed04207 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 30 Mar 2012 16:29:52 +0100 Subject: [PATCH] Tag::implode / explode --- contrib/tag_history/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/tag_history/theme.php b/contrib/tag_history/theme.php index eaa8761e..a889e748 100644 --- a/contrib/tag_history/theme.php +++ b/contrib/tag_history/theme.php @@ -28,12 +28,12 @@ class Tag_HistoryTheme extends Themelet { $selected = ($n == 2) ? " checked" : ""; - $current_tags = explode(" ", $current_tags); + $current_tags = Tag::explode($current_tags); $taglinks = array(); foreach($current_tags as $tag){ $taglinks[] = "".$tag.""; } - $current_tags = implode(" ", $taglinks); + $current_tags = Tag::implode($taglinks); $history_list .= "