From 0d84486187b9475af47128bb2e6e2cb0b17d9a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 12 Feb 2015 13:38:19 -0500 Subject: [PATCH] closes #2585 --- src/postTools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {