bug 2449 fixed: in the "tags box" on batch manager and picture_modify, we
should only display the tag in the current user language, not the tag in all available languages. git-svn-id: http://piwigo.org/svn/trunk@12259 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
aeae5476e1
commit
347fb6e321
3 changed files with 4 additions and 4 deletions
|
|
@ -387,7 +387,7 @@ $query = '
|
|||
SELECT id, name
|
||||
FROM '.TAGS_TABLE.'
|
||||
;';
|
||||
$template->assign('tags', get_taglist($query));
|
||||
$template->assign('tags', get_taglist($query, false));
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | open specific mode |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue