summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 13:59:33 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 13:59:33 +0300
commit7a707deb84aea5837371d8e648e8b2c7453ee4e1 (patch)
tree270a1a062f17ae4aa6973bc1123674e65410d5f9 /feedlist.js
parentdd25b0c6cdd9b57058022cb6550150fc387c1672 (diff)
viewfeed: properly define is_cat when necessary
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index b7565c2ca..3ae69d74a 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);