Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2011 at 09:57 UTC
Updated:
23 Jan 2013 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
T65 commentedI 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).
Comment #2
adamzimmermann commentedThis 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.
Comment #3
duaelfrSeems to be already fixed in the dev release.