Closed (fixed)
Project:
User Karma
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2009 at 21:50 UTC
Updated:
30 Jan 2009 at 07:20 UTC
Line #141 in user_karma_receive_vote_node.module
array_merge( array($uid), $content_types_array, $value_types_array )
should be:
array_merge( $content_types_array, $value_types_array, array($uid) )
otherwise users will not receive karma when their nodes receive votes.
Comments
Comment #1
mercmobily commentedHi,
This has already been fixed in the dev version of the module.
I guess I should make a beta 2 release?
Merc
Comment #2
mercmobily commented