Skip to content

Commit

Permalink
feature:2322 fix a typo in function get_taglist
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@12030 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Sep 1, 2011
1 parent 0aed550 commit 88951a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/include/functions.php
Expand Up @@ -2061,7 +2061,7 @@ function get_taglist($query)
);
}

$row['tag_name'] = preg_replace('#\[lang=(.*?)\](.*?)\[/lang\]#is', null, $row['tag_name']);
$row['name'] = preg_replace('#\[lang=(.*?)\](.*?)\[/lang\]#is', null, $row['name']);
}

if (strlen($row['name']) > 0)
Expand Down

0 comments on commit 88951a7

Please sign in to comment.