post*.flag

This commit is contained in:
psychobunny
2015-06-19 17:30:41 -04:00
parent b5b9a190e4
commit a5365e968d

View File

@@ -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);
});
}