From: Andrew Dolgov Date: Thu, 11 Nov 2010 10:59:33 +0000 (+0300) Subject: viewfeed: properly define is_cat when necessary X-Git-Tag: 1.5.0~285 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7a707deb84aea5837371d8e648e8b2c7453ee4e1;p=tt-rss.git viewfeed: properly define is_cat when necessary --- diff --git a/feedlist.js b/feedlist.js index b7565c2c..3ae69d74 100644 --- a/feedlist.js +++ b/feedlist.js @@ -63,6 +63,7 @@ function viewNextFeedPage() { function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) { try { + if (is_cat == undefined) is_cat = false; if (offline_mode) return viewfeed_offline(feed, subop, is_cat, subop_param, skip_history, offset);