Closed (fixed)
Project:
Drupal core
Version:
4.6.0
Component:
book.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Apr 2005 at 02:55 UTC
Updated:
8 May 2005 at 21:15 UTC
Jump to comment: Most recent file
[function.array-merge]: Argument #2 is not an array in /home/.../public_html/modules/book.module on line 697.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | book_29.patch | 758 bytes | killes@www.drop.org |
Comments
Comment #1
yossarian commentedif 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.
Comment #2
killes@www.drop.org commentedHere is a proper patch. Should be applied to cvs and 4.6
Comment #3
killes@www.drop.org commentedapplied
Comment #4
(not verified) commented