Index: branches/5.1.x/core/kernel/kbase.php =================================================================== diff -u -N -r13086 -r13143 --- branches/5.1.x/core/kernel/kbase.php (.../kbase.php) (revision 13086) +++ branches/5.1.x/core/kernel/kbase.php (.../kbase.php) (revision 13143) @@ -1,6 +1,6 @@ GetDBField($name); + $value = ($formatter_class == 'kMultiLanguage') && !preg_match('/^l[0-9]+_/', $name) ? '' : $this->GetDBField($name); $formatter =& $this->Application->recallObject($formatter_class); return $formatter->Format($value, $name, $this, $format);