rss.title not feed.title

This commit is contained in:
reality 2014-06-19 15:11:04 +00:00
parent 3a2374ad59
commit ad0133b948

View File

@ -76,7 +76,7 @@ var rss = function(dbot) {
if(self.titleCache.length > 30) { if(self.titleCache.length > 30) {
self.titleCache.splice(0, 1); self.titleCache.splice(0, 1);
} }
self.titleCache.push(feed.title); self.titleCache.push(rss.title);
} }
} }
} }