X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fmobile%2Fhome.php;h=57b18cd854efbcf44e0dc2b17639127552e67400;hb=6322ac79a020ab584d412d782d62b2ee77d7c6cf;hp=f0ebf6a111cfb5ab756ed692bcc0127cd2dafee0;hpb=aca75cb5cb323535099c7aef46a78ea3cec082f2;p=tt-rss.git diff --git a/plugins/mobile/home.php b/plugins/mobile/home.php index f0ebf6a1..57b18cd8 100644 --- a/plugins/mobile/home.php +++ b/plugins/mobile/home.php @@ -20,14 +20,14 @@ init_plugins($link); - login_sequence($link, true); + login_sequence( true); - $use_cats = mobile_get_pref($link, 'ENABLE_CATS'); - $offset = (int) db_escape_string($link, $_REQUEST["skip"]); + $use_cats = mobile_get_pref( 'ENABLE_CATS'); + $offset = (int) db_escape_string( $_REQUEST["skip"]); if ($use_cats) { render_categories_list($link); } else { - render_flat_feed_list($link, $offset); + render_flat_feed_list( $offset); } ?>