v1.18.x
barisusakli 11 years ago
parent da2725ec8a
commit 23197af725

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

Loading…
Cancel
Save