Commit 99388 by goba

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

--- modules/book/book.module    2008/01/08 10:35:41     1.454
+++ modules/book/book.module    2008/02/05 10:01:12     1.454.2.1
@@ -622,7 +622,7 @@
 
   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);
No votes yet