From f6d6f66d79b72cb2a3a63c826b814739cd0c6f2e Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 28 Mar 2013 21:38:36 +0000 Subject: tag names in admin history search were not being displayed using rander_tag_name event git-svn-id: http://piwigo.org/svn/trunk@21894 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/history.php b/admin/history.php index 76db53c59..0412113f5 100644 --- a/admin/history.php +++ b/admin/history.php @@ -396,7 +396,7 @@ SELECT { $tags_string = preg_replace( '/(\d+)/e', - 'isset($name_of_tag["$1"]) ? $name_of_tag["$1"] : "$1"', + 'isset($name_of_tag["$1"]) ? trigger_event("render_tag_name", $name_of_tag["$1"]) : "$1"', str_replace( ',', ', ', -- cgit v1.2.3