mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
+1
-1
@@ -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(
|
||||
',',
|
||||
', ',
|
||||
|
||||
Reference in New Issue
Block a user