diff options
Diffstat (limited to 'app/Controllers/configureController.php')
| -rw-r--r-- | 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 4f448c5e0..59845d710 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -160,6 +160,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { Minz_Request::good(_t('feedback.conf.updated'), [ 'c' => 'configure', 'a' => 'reading' ]); } + $this->view->viewModes = FreshRSS_ViewMode::getAllModes(); FreshRSS_View::prependTitle(_t('conf.reading.title') . ' ยท '); } |
