diff options
author | Silvio <silvio@socioambiental.org> | 2012-03-06 18:11:35 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2012-03-06 18:11:35 -0300 |
commit | 40d0f03ae5f34307a1b36247e956fcc4c1cb0c6b (patch) | |
tree | 86c51aa4ca7579308bfa0e7c41ece020efbef4c4 | |
parent | 3339a456cc9a88ba054cfe3f9ebc66ba1e5cc8c7 (diff) | |
download | jquery_drawer-40d0f03ae5f34307a1b36247e956fcc4c1cb0c6b.tar.gz jquery_drawer-40d0f03ae5f34307a1b36247e956fcc4c1cb0c6b.tar.bz2 |
Merge with svn
-rw-r--r-- | jquery_drawer.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery_drawer.module b/jquery_drawer.module index a01897a..b941925 100644 --- a/jquery_drawer.module +++ b/jquery_drawer.module @@ -163,7 +163,7 @@ function jquery_drawer_page($tid = NULL) { // Check for child terms $vid = variable_get('jquery_drawer', '1'); - $terms = taxonomy_node_tree_taxonomy_get_tree($vid, $tid); + $terms = i18ntaxonomy_localize_terms(taxonomy_node_tree_taxonomy_get_tree($vid, $tid)); foreach ($terms as $term) { $filter[] = $term->tid; |