aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-20 18:45:22 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-20 18:45:22 +0200
commit1a22a87fb1b1fcb61d201de399c33c2185dc1f6e (patch)
treeb0a9a2fb19b6cf01be8496131b4e7d552137835c /app/FreshRSS.php
parentad92dd7dae35e7205da3172d4ba35ea01da2bc8b (diff)
Use FreshRSS_Context::$conf only
- Replace $this->view->conf in controllers - Replace $this->conf in views
Diffstat (limited to 'app/FreshRSS.php')
-rw-r--r--app/FreshRSS.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index e1399ad78..752b14e31 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -24,9 +24,7 @@ class FreshRSS extends Minz_FrontController {
}
// Load context and configuration.
- // TODO: remove $this->view->conf variable which is contained in context
FreshRSS_Context::init();
- Minz_View::_param('conf', FreshRSS_Context::$conf);
$this->loadParamsView();
$this->loadStylesAndScripts();