aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r--admin/include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php
index f37b609a2..ba6cdf40d 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -2154,7 +2154,7 @@ function get_taglist($query, $only_user_language=true)
while ($row = pwg_db_fetch_assoc($result))
{
$raw_name = $row['name'];
- $name = trigger_event('render_tag_name', $raw_name);
+ $name = trigger_event('render_tag_name', $raw_name, $row);
$taglist[] = array(
'name' => $name,