mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
ill get it right this year
This commit is contained in:
@@ -130,7 +130,7 @@ var async = require('async'),
|
||||
if (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