When I use the Print module to generate a printer-friendly version of a BookMadeSimple page, I see the following error messages:
Notice: Undefined index: links in book_made_simple_node_view_alter() (line 744 of ...sites/all/modules/BookMadeSimple/book_made_simple.module).
Warning: array_key_exists() expects parameter 2 to be array, null given in book_made_simple_node_view_alter() (line 744 of ...sites/all/modules/BookMadeSimple/book_made_simple.module).
Notice: Undefined index: links in book_made_simple_node_view_alter() (line 748 of ...sites/all/modules/BookMadeSimple/book_made_simple.module).
Warning: array_key_exists() expects parameter 2 to be array, null given in book_made_simple_node_view_alter() (line 748 of ...sites/all/modules/BookMadeSimple/book_made_simple.module).
Comments
Comment #1
paulmckibbenI was going to create a patch, but when I pulled the latest from the 7.x-3.x branch in git, the fix was already there! Thank you!
Comment #2
MarcElbichon commentedComment #3
scottrigby