Index: branches/5.3.x/core/install/upgrades.php =================================================================== diff -u -N -r15999 -r16156 --- branches/5.3.x/core/install/upgrades.php (.../upgrades.php) (revision 15999) +++ branches/5.3.x/core/install/upgrades.php (.../upgrades.php) (revision 16156) @@ -1,6 +1,6 @@ Conn->Query($sql); foreach ($duplicate_phrases as $phrase_record) { - // 1. keep phrase, that was added first, because it is selected in PhrasesCache::LoadPhraseByLabel + // 1. keep phrase, that was added first, because it is selected in kPhraseCache::LoadPhraseByLabel. $where_clause = Array ( 'LanguageId = ' . $phrase_record['LanguageId'], 'Phrase = ' . $this->Conn->qstr($phrase_record['Phrase']), @@ -2498,4 +2498,4 @@ $object->Update(); } } - } \ No newline at end of file + }