This commit is contained in:
barisusakli
2015-09-23 00:21:58 -04:00
parent 80701f44d6
commit 3416f600c5

View File

@@ -171,7 +171,6 @@ topicsController.get = function(req, res, callback) {
}
description = validator.escape(description);
description = description.replace(/'/g, ''');
var ogImageUrl = '';
if (topicData.thumb) {