post*.flag

v1.18.x
psychobunny 10 years ago
parent b5b9a190e4
commit a5365e968d

@ -538,7 +538,7 @@ SocketPosts.flag = function(socket, pid, callback) {
return next(err);
}
plugins.fireHook('action:posts.flag', {post: post, flaggingUser: flaggingUser});
plugins.fireHook('action:post.flag', {post: post, flaggingUser: flaggingUser});
notifications.push(notification, results.admins.concat(results.moderators), next);
});
}

Loading…
Cancel
Save