aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/entryController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-18 19:29:44 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-18 19:29:44 +0100
commitfdd179d344dbe8734480b83bb7a0fba189275d5a (patch)
treec044bc5e7d60e8ad5ebccd676d064e2ac581d4d3 /app/Controllers/entryController.php
parent69f7bce75b6f45b7f8be376a5d9c14d5da62c91d (diff)
Corrections vue globale
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/353
Diffstat (limited to 'app/Controllers/entryController.php')
-rwxr-xr-xapp/Controllers/entryController.php2
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;
}