diff --git a/workbench_moderation.module b/workbench_moderation.module
index 840b932..9ff218c 100644
--- a/workbench_moderation.module
+++ b/workbench_moderation.module
@@ -1574,6 +1574,7 @@ function workbench_moderation_store($node) {
   // Reset flag from taxonomy_field_update() so that {taxonomy_index} values aren't written twice.
   $taxonomy_index_flag = &drupal_static('taxonomy_field_update', array());
   unset($taxonomy_index_flag[$node->nid]);
+  $live_revision->path['pathauto'] = 0;
 
   // Save the node.
   node_save($live_revision);
