aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rwxr-xr-xapp/controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index 380adcd1d..a63ebe31d 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -156,7 +156,7 @@ class configureController extends ActionController {
$view = Request::param ('default_view', 'all');
$auto_load_more = Request::param ('auto_load_more', 'no');
$display = Request::param ('display_posts', 'no');
- $onread_jump_next = Request::param ('onread_jump_next', 'yes');
+ $onread_jump_next = Request::param ('onread_jump_next', 'no');
$lazyload = Request::param ('lazyload', 'no');
$sort = Request::param ('sort_order', 'low_to_high');
$old = Request::param ('old_entries', 3);