diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-08 15:01:05 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-08 15:01:05 +0000 |
commit | 8ac45b1a7501dd1124b32adfa38f3e87cd15ce93 (patch) | |
tree | 2d544546cdbdcd8e3e2e274e6da9006fbd680ace | |
parent | 1a2bf588e638d4782502ebc7c6c6c9ddc9d20ab7 (diff) | |
download | brdo-8ac45b1a7501dd1124b32adfa38f3e87cd15ce93.tar.gz brdo-8ac45b1a7501dd1124b32adfa38f3e87cd15ce93.tar.bz2 |
#181564 follow up patch by webernet: fix a notice introduced by the earlier patch committed
-rw-r--r-- | includes/menu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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. |