warning: Parameter 2 to theme_add_child_book_content_types() expected to be a reference, value given in /var/www/dev/includes/theme.inc on line 659.
The calls to theme_add_child_book_content_types() should not pass $node as a reference.
Found on 6.x-2.x, still relevant on 6.x-3.x.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | book_made_simple-1101476-1.patch | 1.2 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettPatch is for 6.x-3.x, should apply to 6.x-2.x as well.
Comment #2
jody lynnIt looks like a standard php 5.3 error. Time to commit this patch for compatibility.
Comment #3
MarcElbichon commentedCommited to dev version
Comment #4
MarcElbichon commentedComment #5
scottrigby