aboutsummaryrefslogtreecommitdiff
path: root/jquery_drawer.module
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2012-03-06 18:11:35 -0300
committerSilvio <silvio@socioambiental.org>2012-03-06 18:11:35 -0300
commit40d0f03ae5f34307a1b36247e956fcc4c1cb0c6b (patch)
tree86c51aa4ca7579308bfa0e7c41ece020efbef4c4 /jquery_drawer.module
parent3339a456cc9a88ba054cfe3f9ebc66ba1e5cc8c7 (diff)
downloadjquery_drawer-40d0f03ae5f34307a1b36247e956fcc4c1cb0c6b.tar.gz
jquery_drawer-40d0f03ae5f34307a1b36247e956fcc4c1cb0c6b.tar.bz2
Merge with svn
Diffstat (limited to 'jquery_drawer.module')
-rw-r--r--jquery_drawer.module2
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;