aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index d4a821b66..4c9ceebbc 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -277,6 +277,7 @@ class configureController extends ActionController {
'g+' => Request::param ('g+', 'no') === 'yes',
'facebook' => Request::param ('facebook', 'no') === 'yes',
'email' => Request::param ('email', 'no') === 'yes',
+ 'print' => Request::param ('print', 'no') === 'yes'
));
$confDAO = new RSSConfigurationDAO ();