mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
closes #2585
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user