Closed (fixed)
Project:
Taxonomy Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jan 2012 at 13:15 UTC
Updated:
22 Jun 2012 at 07:11 UTC
I've got an error on line 49
function taxonomy_title_taxonomy_term_delete($op, $type, $array = NULL) {
There are wrong parameters of hook_taxonomy_term_delete. There should be only 1 parameter $term.
function taxonomy_title_taxonomy_term_delete($term) {
Comments
Comment #1
jenlamptonGood catch! thanks, should have an update for this soon.
Comment #2
jenlamptonjust committed your fix! sorry about the delay.