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
This commit is contained in:
rvelices
2013-06-13 18:31:17 +00:00
parent 25b6955cef
commit 3f610c0fd8
+1 -1
View File
@@ -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(
',',
', ',