viewfeed: properly define is_cat when necessary
This commit is contained in:
parent
dd25b0c6cd
commit
7a707deb84
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue