When I enable the module to use a collapsible form instead of a link, I get the following error when viewing nodes:

Notice: Undefined property: stdClass::$in_preview in forward_node_view() (line 1057 of [...]/forward/forward.module).

$node->in_preview seems to have been removed from Drupal 6 at some point, but I'm not sure what the replacement in Drupal 7 is.

CommentFileSizeAuthor
#1 forward.patch1.26 KBmishac

Comments

mishac’s picture

StatusFileSize
new1.26 KB

I've added a patch that fixes the problem, and a few other issues in the next couple of lines of code. The forward form wasn't being rendered at all before, but seems to work for me now.

mishac’s picture

Status: Active » Needs review
john.oltman’s picture

Assigned: Unassigned » john.oltman

I will take a look at this and include in the next build if it pans out

john.oltman’s picture

Fix committed and will be in the next DEV build

john.oltman’s picture

Status: Needs review » Closed (fixed)