aboutsummaryrefslogtreecommitdiff
path: root/app/Models
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-22 18:06:28 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-22 18:06:28 +0200
commiteb60b82959d768b199985523e7d4e05ba4055591 (patch)
tree193787bbd219ee8d016b6af0c2e55c26d4c959d2 /app/Models
parent98587d5d617f157ba57a260091c8e2c944f5163f (diff)
Move back i18n init in FreshRSS.php
Diffstat (limited to 'app/Models')
-rw-r--r--app/Models/Context.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php
index 4580a4f52..3b3c8673d 100644
--- a/app/Models/Context.php
+++ b/app/Models/Context.php
@@ -42,10 +42,6 @@ class FreshRSS_Context {
die($e->getMessage());
}
- // Init i18n.
- Minz_Session::_param('language', self::$conf->language);
- Minz_Translate::init();
-
$catDAO = new FreshRSS_CategoryDAO();
$entryDAO = FreshRSS_Factory::createEntryDao();