diff options
| author | 2014-07-08 21:32:39 +0200 | |
|---|---|---|
| committer | 2014-07-08 21:32:39 +0200 | |
| commit | 1b140d6c06b62c25568163c567b2165a35551154 (patch) | |
| tree | dde4c95afa96d2460777d69d8aa1d026871922ad /app/Controllers/configureController.php | |
| parent | 8b3ec252182c1e5e04fbec70e7dad1b96df09c3f (diff) | |
| parent | 0f842c1aea74792d9b6f7e41e374c5aa0ec745fb (diff) | |
Merge branch 'dev' of github.com:marienfressinaud/freshrss into dev
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 f016e1fbf..ed8cfdb15 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -187,6 +187,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { $this->view->conf->_onread_jump_next(Minz_Request::param('onread_jump_next', false)); $this->view->conf->_lazyload(Minz_Request::param('lazyload', false)); $this->view->conf->_sticky_post(Minz_Request::param('sticky_post', false)); + $this->view->conf->_reading_confirm(Minz_Request::param('reading_confirm', false)); $this->view->conf->_sort_order(Minz_Request::param('sort_order', 'DESC')); $this->view->conf->_mark_when(array( 'article' => Minz_Request::param('mark_open_article', false), |
