summaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configureController.php')
-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 6b582fde6..71ab45fbe 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -145,7 +145,7 @@ class configureController extends ActionController {
$mode = Request::param ('view_mode', 'normal');
$view = Request::param ('default_view', 'all');
$display = Request::param ('display_posts', 'no');
- $lazyload = Request::param ('lazyload', 'yes');
+ $lazyload = Request::param ('lazyload', 'no');
$sort = Request::param ('sort_order', 'low_to_high');
$old = Request::param ('old_entries', 3);
$mail = Request::param ('mail_login', false);