diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/history.php b/admin/history.php index 25a25ee67..bce07a772 100644 --- a/admin/history.php +++ b/admin/history.php @@ -401,7 +401,7 @@ SELECT { $tags_string = preg_replace( '/(\d+)/e', - 'isset($name_of_tag["$1"]) ? trigger_event("render_tag_name", $name_of_tag["$1"]) : "$1"', + 'isset($name_of_tag["$1"]) ? $name_of_tag["$1"] : "$1"', str_replace( ',', ', ', |