Index: kernel/classes/ezcontentobject.php
===================================================================
--- kernel/classes/ezcontentobject.php	(revision 20596)
+++ kernel/classes/ezcontentobject.php	(working copy)
@@ -2260,7 +2260,6 @@
             {
                 if ( $contentObjectAttribute->fetchInput( $http, $attributeDataBaseName ) )
                 {
-                    $dataMap[$contentObjectAttribute->attribute( 'contentclass_attribute_identifier' )] =& $contentObjectAttribute;
                     $attributeInputMap[$contentObjectAttribute->attribute('id')] = true;
                 }
 
Index: kernel/content/attribute_edit.php
===================================================================
--- kernel/content/attribute_edit.php	(revision 20596)
+++ kernel/content/attribute_edit.php	(working copy)
@@ -302,7 +302,7 @@
 
     $db =& eZDB::instance();
     $db->begin();
-    $object->setName( $class->contentObjectName( $object ), $version->attribute( 'version' ), $EditLanguage );
+    $object->setName( $class->contentObjectName( $object, $version->attribute( 'version' ), $EditLanguage ), $version->attribute( 'version' ), $EditLanguage );
     $db->commit();
 }
 elseif ( $storingAllowed )
