diff options
| author | 2017-05-26 13:15:17 +0200 | |
|---|---|---|
| committer | 2017-05-26 13:15:17 +0200 | |
| commit | b2cbbd6fd8ecbfac1c4b1d4553850d2892141d4f (patch) | |
| tree | 253da8404d3e66cef6a5b7eed37d513b843ab8bf /app/Controllers/configureController.php | |
| parent | b848511574d52ca34c91dfacc7ff0e0059b083a6 (diff) | |
| parent | e81100616736d5e6820019c43cdf000af8a43ed2 (diff) | |
Merge pull request #1539 from psukys/dev
Option for not closing article after pressing outside article area
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); |
