added "owner" to action:post.upvote/downvote/unvote

v1.18.x
psychobunny 10 years ago
parent 949fcbbf11
commit 7e9095b21b

@ -174,6 +174,7 @@ var async = require('async'),
plugins.fireHook('action:post.' + hook, {
pid: pid,
uid: uid,
owner: owner,
current: current
});

Loading…
Cancel
Save