aboutsummaryrefslogtreecommitdiff
path: root/app/App_FrontController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/App_FrontController.php')
-rw-r--r--app/App_FrontController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/App_FrontController.php b/app/App_FrontController.php
index 5569d73a3..950956555 100644
--- a/app/App_FrontController.php
+++ b/app/App_FrontController.php
@@ -43,10 +43,6 @@ class App_FrontController extends FrontController {
private function loadParamsView () {
$this->conf = Session::param ('conf', new RSSConfiguration ());
View::_param ('conf', $this->conf);
-
- $entryDAO = new EntryDAO ();
- View::_param ('nb_not_read', $entryDAO->countNotRead ());
-
Session::_param ('language', $this->conf->language ());
}