#215858 follow up by pwolanin: fix a fatal error in book module breadcrumb creation (critical)
parent
8ca98b89c4
commit
3688210c49
|
@ -622,7 +622,7 @@ function book_build_active_trail($book_link) {
|
|||
|
||||
if (!isset($trail)) {
|
||||
$trail = array();
|
||||
$trail[] = array('title' => t('Home'), 'href' => '<front>', 'options' => array());
|
||||
$trail[] = array('title' => t('Home'), 'href' => '<front>', 'localized_options' => array());
|
||||
|
||||
$tree = menu_tree_all_data($book_link['menu_name'], $book_link);
|
||||
$curr = array_shift($tree);
|
||||
|
|
Loading…
Reference in New Issue