lets break some themes :evil:

This commit is contained in:
barisusakli
2016-03-03 20:13:30 +02:00
parent 2936e79740
commit f3d2ad5f1f
7 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ module.exports = function(Topics) {
}
post.user = users[post.uid];
post.timestamp = utils.toISOString(post.timestamp);
post.timestampISO = utils.toISOString(post.timestamp);
tidToPost[post.tid] = post;
posts.parsePost(post, next);
}, next);