Index: trunk/core/kernel/languages/phrases_cache.php =================================================================== diff -u -r4940 -r6093 --- trunk/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 4940) +++ trunk/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 6093) @@ -14,7 +14,7 @@ var $Ids = Array(); var $OriginalIds = Array(); //for comparing cache - var $LanguageId = 1; + var $LanguageId = null; var $fromTag = false; @@ -140,7 +140,7 @@ { $translation = '!'.$label.'!'; if($this->Application->isDebugMode() && constOn('DBG_PHRASES')) { - list($edit_tpl, $index_file) = $this->Application->IsAdmin() ? Array('regional/phrases_edit', 'index4.php') : Array('phrases_edit', 'index.php'); + list($edit_tpl, $index_file) = $this->Application->IsAdmin() ? Array('regional/phrases_edit', 'index.php') : Array('phrases_edit', 'index.php'); $edit_url = $this->Application->HREF($edit_tpl,'',Array('m_opener'=>'d','phrases_label'=>$original_label,'phrases_event'=>'OnNew', 'pass'=>'all,phrases'), $index_file ); $translation = '!'.$label.'!';