mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
This commit is contained in:
@@ -36,11 +36,11 @@ var winston = require('winston'),
|
||||
postData.content = data.content;
|
||||
plugins.fireHook('filter:post.edit', {post: postData, uid: data.uid}, next);
|
||||
}
|
||||
], function(err, postData) {
|
||||
], function(err, data) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
var postData = data.post;
|
||||
async.parallel({
|
||||
post: function(next) {
|
||||
var d = {
|
||||
|
||||
Reference in New Issue
Block a user