Commit d89d75ba by Scott

Add userid affected on vote event.

Submitted by @pupi1985 in #17.
parent 004f8e04
......@@ -133,6 +133,7 @@
qa_report_event($event, $userid, $handle, $cookieid, array(
'postid' => $post['postid'],
'userid' => $post['userid'],
'vote' => $vote,
'oldvote' => $oldvote,
));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment