diff --git a/nodewords.module b/nodewords.module
index f9916ec..c5ef92d 100644
--- a/nodewords.module
+++ b/nodewords.module
@@ -1160,6 +1160,9 @@ function nodewords_save_tags($type, $id, $tags, $log_message = FALSE) {
       }
     }
   }
+
+  // Reload the tags so that future API calls get the correct data.
+  nodewords_load_tags($type, $id);
 }
 
 /**
