summaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index 68d798581..deec54a2b 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -171,6 +171,7 @@ class configureController extends ActionController {
$openArticle = Request::param ('mark_open_article', 'no');
$openSite = Request::param ('mark_open_site', 'no');
$scroll = Request::param ('mark_scroll', 'no');
+ $reception = Request::param ('mark_upon_reception', 'no');
$theme = Request::param ('theme', 'default');
$topline_read = Request::param ('topline_read', 'no');
$topline_favorite = Request::param ('topline_favorite', 'no');
@@ -200,6 +201,7 @@ class configureController extends ActionController {
'article' => $openArticle,
'site' => $openSite,
'scroll' => $scroll,
+ 'reception' => $reception,
));
$this->view->conf->_theme ($theme);
$this->view->conf->_topline_read ($topline_read);