I have this notice after deleting terms in vocabulary.

# Notice: Undefined variable: settings in tvi_remove_settings() (line 97 of ..../sites/all/modules/tvi/includes/tvi.query.inc).
# Notice: Trying to get property of non-object in tvi_remove_settings() (line 97 of ...../sites/all/modules/tvi/includes/tvi.query.inc).

Comments

T65’s picture

I have the same notice -> in Drupal core 7.12
# Notice : Undefined variable: settings dans tvi_remove_settings() (ligne 97 ../sites/all/modules/tvi/includes/tvi.query.inc).
# Notice : Trying to get property of non-object dans tvi_remove_settings() (ligne 97 ../sites/all/modules/tvi/includes/tvi.query.inc).

adamzimmermann’s picture

Status: Active » Needs review
StatusFileSize
new488 bytes

This issue seems to be caused by query parameter variables which do not match the parameter names of the function that they are in.

A patch is attached.

duaelfr’s picture

Status: Needs review » Closed (fixed)

Seems to be already fixed in the dev release.