--- fivestar.module.old	2007-03-19 11:09:47.000000000 +0100
+++ fivestar.module	2007-04-09 00:34:17.000000000 +0200
@@ -359,7 +359,7 @@ function fivestar_form($content_type, $c
     '#default_value' => $current_vote->value,
     '#auto_submit' => TRUE,
     '#auto_submit_path' => 'fivestar/vote/' . $content_type . '/' . $content_id,
-    '#allow_clear' => variable_get('fivestar_unvote_'. (!empty($node) ? 'default' : $node->type), FALSE),
+    '#allow_clear' => variable_get('fivestar_unvote_'. (empty($node) ? 'default' : $node->type), FALSE),
     '#content_id' => $content_id,
   );
 
