diff --git a/src/postTools.js b/src/postTools.js index c00a8a4b9c..fc18277912 100644 --- a/src/postTools.js +++ b/src/postTools.js @@ -34,7 +34,7 @@ var winston = require('winston'), }, function(postData, next) { postData.content = data.content; - plugins.fireHook('filter:post.save', postData, next); + plugins.fireHook('filter:post.edit', {post: postData, uid: data.uid}, next); } ], function(err, postData) { if (err) {