Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2013 at 10:15 UTC
Updated:
25 Mar 2013 at 10:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
webevt commentedBesides there's a strict warning on tvi.query.inc:42:
Strict warning: Creating default object from empty value in tvi_load_settings()
Here's a patch for both errors.
Comment #2
Berni86 commentedpatch #1 tested and working well! Repair correctly: warning: Creating default object from empty value in tvi_load_settings()
Comment #3
duaelfrThank you for patching and reviewing.
This has been pushed to the dev branch.
PS : @WebEvt take care of your patch for the next time, use the --relative directive to avoid it to be generated from the root of your drupal project.