Lines #155 in user_karma_receive_vote_comment.module and #156 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))

Same to #358935: receive_vote_node will not work, but for 5.x.

Comments

knyas’s picture

Title: receive_vote_node, receive_vote_comment will nt work » receive_vote_node, receive_vote_comment will not work
mercmobily’s picture

Status: Active » Fixed

Hi,

OK, fixed.
BUT please please please test it. I am not able to test the 5.x branch of this module anymore... this was a very trivial change, so I did it no worries. But please let me know.

Bye,

Merc.

mercmobily’s picture

Hi,

I realise it's very late -- it took such a long time to apply this simple patch...
I had handed in the module to another maintainer, and this was missed.

On the bright side, the version 6.x of this module seems to be pretty much ready to go.

Bye,

Merc.

mercmobily’s picture

Status: Fixed » Closed (fixed)