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, { plugins.fireHook('action:post.' + hook, {
pid: pid, pid: pid,
uid: uid, uid: uid,
owner: owner,
current: current current: current
}); });

Loading…
Cancel
Save