The nodeblock_node_delete hook is missing the $node argument. This causes an error when deleting node block nodes. Attached is a patch.

CommentFileSizeAuthor
#1 nodeblock_1005594.patch365 bytese2thex
nodeblock_nodedelete.patch485 bytesngmaloney

Comments

e2thex’s picture

StatusFileSize
new365 bytes

The previous patch was not from the correct dir (it was from the root of drupal not the root of the module)
I have attached one from the root of module

also note it is a good idea to use the --no-prefix flag when doing a diff from git, that way it conforms to the patch layout that we normally see on d.o

michaellander’s picture

Status: Needs review » Closed (fixed)

Was fixed in a previous dev release. Thanks for your help!