Closed (fixed)
Project:
User Points
Version:
6.x-1.x-dev
Component:
Code: userpoints API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2010 at 08:39 UTC
Updated:
29 Jul 2010 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
kbahey commentedThank you. This is committed now.
Comment #2
andypostisset/empty - really should be changed only $account/$user
Any reason to get anonymous points? Previous check was done for ignoring $user->uid == 0
Comment #3
kbahey commentedIt is not clear to me what you are trying to say.
Do you have a patch for what is in CVS now?
Comment #4
andypostPatch.
isset() is checking for NULL but we should check for 0
Comment #5
kbahey commentedNow I understand.
Committed. Thanks for the patch.