Index: trunk/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r7391 -r8061 --- trunk/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 7391) +++ trunk/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 8061) @@ -237,6 +237,7 @@ } $object =& $this->Application->recallObject($prefix.'.'.$special, $prefix, Array('skip_autoload' => true)); + $object->PopulateMultiLangFields(); foreach ($ids as $id) { $mode = 'create';