ill get it right this year

This commit is contained in:
barisusakli
2014-11-11 18:08:50 -05:00
parent 003535b3ab
commit 1413478a68

View File

@@ -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);
});
};