Index: kernel/content/versionview.php
===================================================================
--- kernel/content/versionview.php	(revision 24323)
+++ kernel/content/versionview.php	(revision 24324)
@@ -213,6 +213,7 @@
 $node->setAttribute( 'node_id', $virtualNodeID );
 $node->setAttribute( 'sort_field', $class->attribute( 'sort_field' ) );
 $node->setAttribute( 'sort_order', $class->attribute( 'sort_order' ) );
+$node->setAttribute( 'remote_id', md5( (string)mt_rand() . (string)time() ) );
 $node->setName( $objectName );
 
 $node->setContentObject( $contentObject );
