Closed (fixed)
Project:
Vote Up/Down
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
31 Mar 2009 at 10:51 UTC
Updated:
9 Oct 2014 at 13:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lyricnz commentedIn the body of the method, in "case 'node'" this patch changes $node_type to $object_type - this is incorrect. It should stay $node_type (since we know this is a node by then).
Perhaps a cleaner way to do this, is to do something like:
Or even:
Comment #2
Anonymous (not verified) commentedHeres the updated patch.
Comment #3
Anonymous (not verified) commentedNOTE: The last patch was confusing.
Comment #4
lyricnz commentedYes, I like this patch now - nice and simple.
Comment #5
lut4rp commentedFixed. Thanks!