force tags to string
git-svn-id: file:///home/shish/svn/shimmie2/trunk@642 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
eef425f7bd
commit
91e3eeff8d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user