aboutsummaryrefslogtreecommitdiff
path: root/app/Models/ConfigurationDAO.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-22 15:00:54 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-22 15:00:54 +0100
commit4bcfd591f0192aaa17f934e9f56291c453815134 (patch)
treed83fdbbfe0c1e715b11687580080dd1f70f53efb /app/Models/ConfigurationDAO.php
parentb90a6be35f8996b27719cf493b47d1592d09ae6d (diff)
Chargement automatique activé par défaut
Clôture https://github.com/marienfressinaud/FreshRSS/issues/308
Diffstat (limited to 'app/Models/ConfigurationDAO.php')
-rw-r--r--app/Models/ConfigurationDAO.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/ConfigurationDAO.php b/app/Models/ConfigurationDAO.php
index fec58d234..57fc98047 100644
--- a/app/Models/ConfigurationDAO.php
+++ b/app/Models/ConfigurationDAO.php
@@ -38,7 +38,7 @@ class FreshRSS_ConfigurationDAO extends Minz_ModelArray {
public $theme = 'default';
public $anon_access = 'no';
public $token = '';
- public $auto_load_more = 'no';
+ public $auto_load_more = 'yes';
public $topline_read = 'yes';
public $topline_favorite = 'yes';
public $topline_date = 'yes';