diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-06-13 18:31:17 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-06-13 18:31:17 +0000 |
commit | 3f610c0fd8c090d8eaaab2bad761ae487acbc5bc (patch) | |
tree | f0c107ee951671e151d27404c3dfe590fb408aa2 | |
parent | 25b6955cef548f57e0dc7a5fbfc5af74eed40dd2 (diff) |
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
Diffstat (limited to '')
-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( ',', ', ', |