aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-09-18 13:34:22 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-09-18 13:34:22 +0200
commitca74b2fca3711ef80542cc69269b2d9a654e3e5a (patch)
tree4416f3bbe2d2d559557630c8a81bd5c27d6300d0 /app/Controllers
parent5c752f71e9bd07d2e8f9ffd4b246cf4216c7a85f (diff)
parent0c012b006c868db294b1c227f82fb5861075001f (diff)
Merge pull request #620 from plopoyop/dev
Ajout d'un timeout pour la notification HTML5
Diffstat (limited to 'app/Controllers')
-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 bb96bfae3..b1cd45014 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -157,6 +157,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
$this->view->conf->_bottomline_tags(Minz_Request::param('bottomline_tags', false));
$this->view->conf->_bottomline_date(Minz_Request::param('bottomline_date', false));
$this->view->conf->_bottomline_link(Minz_Request::param('bottomline_link', false));
+ $this->view->conf->_html5_notif_timeout(Minz_Request::param('html5_notif_timeout', 0));
$this->view->conf->save();
Minz_Session::_param('language', $this->view->conf->language);