Index: branches/5.0.x/core/kernel/kbase.php =================================================================== diff -u -N -r13014 -r13217 --- branches/5.0.x/core/kernel/kbase.php (.../kbase.php) (revision 13014) +++ branches/5.0.x/core/kernel/kbase.php (.../kbase.php) (revision 13217) @@ -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);