Index: branches/5.1.x/core/kernel/languages/phrases_cache.php =================================================================== diff -u -N -r13151 -r13448 --- branches/5.1.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 13151) +++ branches/5.1.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 13448) @@ -1,6 +1,6 @@ LanguageId . '_Translation, PhraseKey FROM ' . TABLE_PREFIX . 'Phrase - WHERE PhraseId IN (' . implode(',', $ids) . ')'; + WHERE PhraseId IN (' . implode(',', $ids) . ') AND l' . $this->LanguageId . '_Translation IS NOT NULL'; $this->Phrases = $this->Conn->GetCol($sql, 'PhraseKey'); /*foreach($phrases as $phrase => $tanslation)