Closed (fixed)
Project:
Site map
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2010 at 16:03 UTC
Updated:
22 Mar 2017 at 09:37 UTC
Jump to comment: Most recent
near line 362:
$tree = menu_tree_all_data($node->book['menu_name'], $node->book);
Should be:
$tree = menu_tree_all_data($node->book['menu_name']);
This loads the full book tree.
Comments
Comment #1
frjo commentedCommitted, thanks!
Comment #3
petergus commentedSeven year old thread, found by googling my problem. This same string popped back up in the drupal 8 book navigation block. Follow here for hopefully a solution.