diff --git a/contrib/tag_history/main.php b/contrib/tag_history/main.php index a57de4ea..0288272c 100644 --- a/contrib/tag_history/main.php +++ b/contrib/tag_history/main.php @@ -214,6 +214,8 @@ class Tag_History extends Extension { global $database; global $config; global $user; + + if(is_array($tags)) $tags = implode(' ', $tags); // add a history entry $allowed = $config->get_int("history_limit",10);