? 842170.patch Index: modes/selection.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/decisions/modes/selection.module,v retrieving revision 1.34 diff -u -p -r1.34 selection.module --- modes/selection.module 1 Jun 2010 15:37:57 -0000 1.34 +++ modes/selection.module 30 Jun 2010 22:47:19 -0000 @@ -106,7 +106,7 @@ function selection_vote($node, $cid) { // Render the results if (empty($_REQUEST['ajax'])) { // Vote confirmation is displayed in the results so that the degradable behavior matches the AHAH behavior. - drupal_goto(drupal_get_destination()); + drupal_goto(drupal_get_destination(), '&refresh=1'); } else { // We pass along the vote cast in this request so that the user's choice