diff options
| author | 2014-10-05 19:12:52 +0200 | |
|---|---|---|
| committer | 2014-10-05 19:12:52 +0200 | |
| commit | aa8529b2d617137cc7500742090e5bb2246b8928 (patch) | |
| tree | 16d4e2c0832cbc247175747625beac119a5c8e4e /app/views/helpers/javascript_vars.phtml | |
| parent | 65ab90d3c77085abe9eb259bd7780f648051d49d (diff) | |
Coding style (views)
Some files was not saved :s
See https://github.com/marienfressinaud/FreshRSS/issues/655
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
| -rw-r--r-- | app/views/helpers/javascript_vars.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml index cdbf24eab..8f615ed87 100644 --- a/app/views/helpers/javascript_vars.phtml +++ b/app/views/helpers/javascript_vars.phtml @@ -2,7 +2,7 @@ <?php $mark = $this->conf->mark_when; -$mail = Minz_Session::param ('mail', false); +$mail = Minz_Session::param('mail', false); $auto_actualize = Minz_Session::param('actualize_feeds', false); $hide_posts = ($this->conf->display_posts || Minz_Request::param('output') === 'reader'); |
