/**
 * Implements hook_taxonomy().
 */
function forum_taxonomy_term_delete($tid) {

has wrong hook name in doc header - should be hook_taxonomy_term_delete().

this is in file forum.module.

CommentFileSizeAuthor
#1 675014.patch564 bytesjhodgdon

Comments

jhodgdon’s picture

Status: Active » Needs review
StatusFileSize
new564 bytes

Here's a (trivial) patch.

dries’s picture

Status: Needs review » Fixed

Committed to CVS HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.