diff options
| author | 2014-01-18 19:29:44 +0100 | |
|---|---|---|
| committer | 2014-01-18 19:29:44 +0100 | |
| commit | fdd179d344dbe8734480b83bb7a0fba189275d5a (patch) | |
| tree | c044bc5e7d60e8ad5ebccd676d064e2ac581d4d3 /app/Controllers/entryController.php | |
| parent | 69f7bce75b6f45b7f8be376a5d9c14d5da62c91d (diff) | |
Corrections vue globale
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/353
Diffstat (limited to 'app/Controllers/entryController.php')
| -rwxr-xr-x | app/Controllers/entryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index ded7598d9..1756c91e5 100755 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -11,7 +11,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController { $this->params = array (); $output = Minz_Request::param('output', ''); - if (($output != '') && ($this->conf->view_mode !== $output)) { + if (($output != '') && ($this->view->conf->view_mode !== $output)) { $this->params['output'] = $output; } |
