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) {
}
topic.titleRaw = topic.title;
topic.title = validator.escape(topic.title);
topic.relativeTime = utils.toISOString(topic.timestamp);
topic.timestampISO = utils.toISOString(topic.timestamp);
topic.lastposttimeISO = utils.toISOString(topic.lastposttime);
}