Index: views_bulk_operations.module
===================================================================
--- views_bulk_operations.module	(revision 139)
+++ views_bulk_operations.module	(working copy)
@@ -108,13 +108,11 @@ function views_bulk_operations_form($vie
     drupal_set_message($error_message, 'error');
     drupal_goto($view->url.'/operations');
   }
-  /*
   elseif (count($enabled_operations) == 1) { // One op found: special case
     $form['#multistep'] = FALSE;
     $form['#redirect'] = FALSE;
     $step = VIEWS_BULK_OPS_STEP_SINGLE;
   }
-  */
   else { // Many ops found: calculate the next step
     $form['#multistep'] = TRUE;
     $step = isset($form_values) ? (int) $form_values['step'] + 1: VIEWS_BULK_OPS_STEP_VIEW;
@@ -342,7 +340,7 @@ function views_bulk_operations_form_subm
       break;
     case VIEWS_BULK_OPS_STEP_SINGLE:
       $nodes = $form_values['nodes'];
-      $preserved_action_form_elements = $form_values;
+      $preserved_action_form_elements = array();
       break;
     default:
       return;
