[function.array-merge]: Argument #2 is not an array in /home/.../public_html/modules/book.module on line 697.

CommentFileSizeAuthor
#2 book_29.patch758 byteskilles@www.drop.org
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yossarian’s picture

if you change line 697 to:

$rows[] .= array_merge($rows, book_admin_view_book($node->nid, $depth + 1));

from:

$rows = array_merge($rows, book_admin_view_book($node->nid, $depth + 1));

it fixes it.

killes@www.drop.org’s picture

Assigned: Unassigned » killes@www.drop.org
Priority: Critical » Normal
FileSize
758 bytes

Here is a proper patch. Should be applied to cvs and 4.6

killes@www.drop.org’s picture

applied

Anonymous’s picture