[drupal-devel] [bug] QUICKFIX: Missing $node object in book export
Goba
drupal-devel at drupal.org
Sat Sep 17 20:34:36 UTC 2005
Issue status update for
http://drupal.org/node/31496
Post a follow up:
http://drupal.org/project/comments/add/31496
Project: Drupal
Version: cvs
Component: book.module
Category: bug reports
Priority: normal
Assigned to: Goba
Reported by: Goba
Updated by: Goba
Status: patch (ready to be committed)
Attachment: http://drupal.org/files/issues/Drupal.node-object-missing-from-book-export.patch (530 bytes)
book_export() does three flavors of export, of which two try to use
$node->title along the way. But there is no $node object to deal with.
This patch actually creates that object in book_export. A simple
onliner.
Goba
More information about the drupal-devel
mailing list