summaryrefslogtreecommitdiff
path: root/plugins/mobile/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mobile/home.php')
-rw-r--r--plugins/mobile/home.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mobile/home.php b/plugins/mobile/home.php
index f0ebf6a11..57b18cd85 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);
}
?>