mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
ill get it right this year
This commit is contained in:
@@ -130,7 +130,7 @@ var async = require('async'),
|
|||||||
if (err) {
|
if (err) {
|
||||||
return callback(err);
|
return callback(err);
|
||||||
}
|
}
|
||||||
plugins.fireHook('filter:post.getFields', {posts: [posts], fields: fields}, callback);
|
plugins.fireHook('filter:post.getFields', {posts: posts, fields: fields}, callback);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user