aboutsummaryrefslogtreecommitdiff
path: root/jquery_drawer.module
diff options
context:
space:
mode:
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 a0b6711..fa6b2f9 100644
--- a/jquery_drawer.module
+++ b/jquery_drawer.module
@@ -176,7 +176,7 @@ function jquery_drawer_page($tid = NULL) {
// format output
if (is_array($tree) && $tree != NULL) {
foreach ($tree as $term) {
- $output .= taxonomy_node_tree_list($term, 'jquery_drawer', 'hidden', 'node');
+ $output .= taxonomy_node_tree_list($term, 'jquery_drawer', 'hidden', $base);
}
}
}