Cache in language

This commit is contained in:
Taras Machyshyn
2016-12-06 13:18:06 +02:00
parent 445c0b3834
commit 5e1087c6b4
+1 -1
View File
@@ -283,7 +283,7 @@ class Container
\Espo\Core\Utils\Language::detectLanguage($this->get('config'), $this->get('preferences')),
$this->get('fileManager'),
$this->get('metadata'),
$this->get('useCache')
$this->get('config')->get('useCache')
);
}