From 99d78adde75e434b7139a4288aed5fcdfd2d2990 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 22 Jun 2011 16:38:58 +0000 Subject: feature:2322 display all localisations as independant tags in TokenInput git-svn-id: http://piwigo.org/svn/trunk@11487 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/tags.php') diff --git a/admin/tags.php b/admin/tags.php index 8cc997f60..67cc9bf3c 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -221,7 +221,7 @@ $orphan_tags = get_orphan_tags(); $orphan_tag_names = array(); foreach ($orphan_tags as $tag) { - array_push($orphan_tag_names, $tag['name']); + array_push($orphan_tag_names, trigger_event('render_tag_name', $tag['name'])); } if (count($orphan_tag_names) > 0) -- cgit v1.2.3