Current state:
list($id, , $bundle) = entity_extract_ids($entity_type, $entity);

Should be:
list($id, $vid, $bundle) = entity_extract_ids($entity_type, $entity);

Patch attached.

CommentFileSizeAuthor
drupal-missing-vid-multilingual-1.patch707 bytescbrasfield
Support from Acquia helps fund testing for Drupal Acquia logo