Corrections vue globale

Contribue à https://github.com/marienfressinaud/FreshRSS/issues/353
This commit is contained in:
Alexandre Alapetite
2014-01-18 19:29:44 +01:00
parent 69f7bce75b
commit fdd179d344
6 changed files with 31 additions and 17 deletions

View File

@@ -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;
}