From 8ac45b1a7501dd1124b32adfa38f3e87cd15ce93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 8 Oct 2007 15:01:05 +0000 Subject: #181564 follow up patch by webernet: fix a notice introduced by the earlier patch committed --- includes/menu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/menu.inc b/includes/menu.inc index 287d1c29f..e4de16a3a 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -584,6 +584,7 @@ function menu_tree($menu_name = 'navigation') { */ function menu_tree_output($tree) { $output = ''; + $items = array(); // Pull out just the menu items we are going to render so that we // get an accurate count for the first/last classes. -- cgit v1.2.3