#215858 follow up by pwolanin: fix a fatal error in book module breadcrumb creation (critical)

6.x
Gábor Hojtsy 2008-02-05 10:01:12 +00:00
parent 8ca98b89c4
commit 3688210c49
1 changed files with 1 additions and 1 deletions

View File

@ -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);