mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
Corrections vue globale
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/353
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user