--- votingapi.module.orig	2011-01-11 22:07:52.000000000 +0100
+++ votingapi.module	2011-01-11 22:07:54.000000000 +0100
@@ -134,6 +134,9 @@ function votingapi_set_votes(&$votes, $c
     foreach ($votes as $vote) {
       $tmp = votingapi_current_user_identifier();
       $tmp += $vote;
+      if (isset($tmp['value'])) {
+        unset($tmp['value']);
+      }
       votingapi_delete_votes(votingapi_select_votes($tmp));
     }
   }
