Index: branches/5.2.x/core/units/phrases/phrases_config.php =================================================================== diff -u -N -r14092 -r14095 --- branches/5.2.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 14092) +++ branches/5.2.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 14095) @@ -1,6 +1,6 @@ Array ( 'Groups' => Array ( - Array ('mode' => 'AND', 'filters' => Array ('translated', 'not_translated'), 'type' => HAVING_FILTER), + Array ('mode' => 'AND', 'filters' => Array ('translated', 'not_translated'), 'type' => kDBList::HAVING_FILTER), ), 'Filters' => Array ( 'translated' => Array ('label' => 'la_PhraseTranslated', 'on_sql' => '', 'off_sql' => 'CurrentTranslation IS NULL'),