Closed (fixed)
Project:
Favorite Nodes
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2008 at 15:26 UTC
Updated:
28 Jan 2009 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
alfaguru commentedI'm not sure why it should show everybody's favourites but I can see why it may always show those for a particular user. The view gets cached with an actual user ID rather than the magic string ***CURRENT_USER***, which needs to be used in any situation where the current user ID is required, to ensure the view can be cached.
Here's a patch that fixes it.
Comment #2
kbahey commentedFixed in -dev.
Thank you.