After trying to save a term title, I get the following:

Notice: Undefined variable: term in taxonomy_title_taxonomy_term_update() (line 42 of ***/taxonomy_title.module).
Notice: Trying to get property of non-object in taxonomy_title_taxonomy_term_update() (line 42 of ***/taxonomy_title.module).
Notice: Undefined variable: term in taxonomy_title_taxonomy_term_update() (line 43 of ***/taxonomy_title.module).
Notice: Trying to get property of non-object in taxonomy_title_taxonomy_term_update() (line 43 of ***/taxonomy_title.module).
Notice: Undefined variable: term in taxonomy_title_taxonomy_term_update() (line 43 of ***/taxonomy_title.module).
Notice: Trying to get property of non-object in taxonomy_title_taxonomy_term_update() (line 43 of ***/taxonomy_title.module).

And the title is not actually saved. So this module seems unusable with Drupal 7 (core version: 7.8)

Comments

jenlampton’s picture

Yes, this is because the dev version of the module has some bugs in it. (see duplicate issue #1214620: * Notice: Undefined variable: term in taxonomy_title_taxonomy_term_update())
I'm working on some updates which should solve this problem.

jenlampton’s picture

Status: Active » Closed (duplicate)

Meant to mark as dupe.