v1.18.x
Barış Soner Uşaklı 10 years ago
parent 429d7cbfa2
commit 0d84486187

@ -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) {

Loading…
Cancel
Save