Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2010 at 14:46 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
DanaRoseRoss commentedPatch attached.
Comment #2
DanaRoseRoss commentedRoll-up of previous patch and other notices we were getting while error reporting was set wide open.
Comment #3
b-prod commentedThe named function contains some errors and can also be really simplified. It is called only one time, using list(). From this point there are some useless parts of codes and when there are no matching view, the function returns an empty array, which is not compatible with the list() procedure.
Tjhe patch below corrects the tvi_get_default_view() function.
Comment #4
derekwebb1 commentedI will be releasing a patched version soon. I have it patched on my localhost however I am trying to figure out a few other things as well before I release a new version.
Comment #5
derekwebb1 commentedThanks for the cleanup! I really appreciate the patches.