receive_vote_node will not work

Mike Campbell - January 14, 2009 - 21:50
Project:User Karma
Version:6.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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.

#1

mercmobily - January 16, 2009 - 07:14

Hi,

This has already been fixed in the dev version of the module.
I guess I should make a beta 2 release?

Merc

#2

mercmobily - January 16, 2009 - 07:14
Status:active» fixed

#3

System Message - January 30, 2009 - 07:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.