diff options
| author | 2017-05-22 09:33:55 +0200 | |
|---|---|---|
| committer | 2017-05-22 09:33:55 +0200 | |
| commit | 67dd80f84250f7e8b1b39693f5fef2ff27ffb85a (patch) | |
| tree | d453d4ff853d5145dc597788d8b168182cc432aa /app/Controllers/configureController.php | |
| parent | be0bcfef7e38f27284ec7b377b342ba389515964 (diff) | |
Added additional configuration setting for #1530 . This includes default settings and translation entry for English
Diffstat (limited to 'app/Controllers/configureController.php')
| -rwxr-xr-x | app/Controllers/configureController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index e73f106a6..155221d19 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -109,6 +109,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { FreshRSS_Context::$user_conf->hide_read_feeds = Minz_Request::param('hide_read_feeds', false); FreshRSS_Context::$user_conf->onread_jump_next = Minz_Request::param('onread_jump_next', false); FreshRSS_Context::$user_conf->lazyload = Minz_Request::param('lazyload', false); + FreshRSS_Context::$user_conf->sides_close_article = Minz_Request::param('sides_close_article', false); FreshRSS_Context::$user_conf->sticky_post = Minz_Request::param('sticky_post', false); FreshRSS_Context::$user_conf->reading_confirm = Minz_Request::param('reading_confirm', false); FreshRSS_Context::$user_conf->auto_remove_article = Minz_Request::param('auto_remove_article', false); |
