Index: branches/unlabeled/unlabeled-1.17.2/core/kernel/languages/phrases_cache.php =================================================================== diff -u -r7642 -r8286 --- branches/unlabeled/unlabeled-1.17.2/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 7642) +++ branches/unlabeled/unlabeled-1.17.2/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 8286) @@ -26,7 +26,7 @@ function Init($prefix, $special = '') { - $this->LanguageId = $this->Application->GetVar('m_lang'); + $this->LanguageId = constOn('IS_INSTALL') ? 1 : $this->Application->GetVar('m_lang'); if (isset($this->Application->Caches['PhraseList'])) { $this->LoadPhrases( $this->Application->Caches['PhraseList'] ); }