From 56d0434f82cc599a78d9d3b500f70d893314f6f8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 6 Jan 2003 21:43:07 +0000 Subject: - Fixed bug in update of taxonomy links. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index c851b3283..fbdb16531 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -42,7 +42,7 @@ class BaseTheme { function node($node, $main) { if (function_exists("taxonomy_node_get_terms")) { foreach (taxonomy_node_get_terms($node->nid) as $term) { - $terms[] = l($term->name, NULL, NULL, "or=$term->tid"); + $terms[] = l($term->name, NULL, array(), "or=$term->tid"); } } -- cgit v1.2.3