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
@ -215,6 +215,8 @@ class Tag_History extends Extension {
|
|||||||
global $config;
|
global $config;
|
||||||
global $user;
|
global $user;
|
||||||
|
|
||||||
|
if(is_array($tags)) $tags = implode(' ', $tags);
|
||||||
|
|
||||||
// add a history entry
|
// add a history entry
|
||||||
$allowed = $config->get_int("history_limit",10);
|
$allowed = $config->get_int("history_limit",10);
|
||||||
if($allowed<=0) return;
|
if($allowed<=0) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user