diff options
| author | 2013-11-28 18:57:22 +0100 | |
|---|---|---|
| committer | 2013-11-28 18:57:22 +0100 | |
| commit | 3f63195c5f2a5dcb1d11b974dd2357b161e377c5 (patch) | |
| tree | 2fef1672c672ac1d24e171c7d284dd308ce42050 /app/controllers/configureController.php | |
| parent | dc2e1dc0817f0818943647d6b005ea35683c9c1b (diff) | |
Première version pour imprimer les articles
Voir #122
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 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 (); |
