diff options
| author | 2013-12-22 15:00:54 +0100 | |
|---|---|---|
| committer | 2013-12-22 15:00:54 +0100 | |
| commit | 4bcfd591f0192aaa17f934e9f56291c453815134 (patch) | |
| tree | d83fdbbfe0c1e715b11687580080dd1f70f53efb /app/Models/ConfigurationDAO.php | |
| parent | b90a6be35f8996b27719cf493b47d1592d09ae6d (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.php | 2 |
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'; |
