Update sitemap.js

v1.18.x
Сергей Савельев 10 years ago
parent 9552d9c5a3
commit 8209d97f05

@ -97,7 +97,7 @@ sitemap.getDynamicUrls = function(callback) {
return next(err); return next(err);
} }
topics.forEach(function(topic) {console.log(topic) topics.forEach(function(topic) {
if (topic) { if (topic) {
topicUrls.push({ topicUrls.push({
url: '/topic/' + topic.slug, url: '/topic/' + topic.slug,

Loading…
Cancel
Save