results.owner*

This commit is contained in:
psychobunny
2015-02-20 14:23:57 -05:00
parent aa38d6dda2
commit 2ba1363e12

View File

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