Ignore:
Timestamp:
Sep 29, 2011, 3:48:49 PM (13 years ago)
Author:
plg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager.php

    r11853 r12259  
    388388  FROM '.TAGS_TABLE.'
    389389;';
    390 $template->assign('tags', get_taglist($query));
     390$template->assign('tags', get_taglist($query, false));
    391391
    392392// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.