From 3f610c0fd8c090d8eaaab2bad761ae487acbc5bc Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 13 Jun 2013 18:31:17 +0000 Subject: no need to double render_tag_name (since my previous commit on this file) git-svn-id: http://piwigo.org/svn/trunk@23185 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') 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( ',', ', ', -- cgit v1.2.3