diff --git a/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkForm.php b/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkForm.php index 76b1943ca9f9496e697769ac14b08069229e4ff9..172162b2e72f591252d247e75f1e0aa8daef4050 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkForm.php +++ b/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkForm.php @@ -267,7 +267,6 @@ public function viewsFormSubmit(&$form, &$form_state) { } $count = count(array_filter($form_state['values'][$this->options['id']])); - $action = $this->actions[$form_state['values']['action']]; if ($count) { drupal_set_message($this->translationManager()->formatPlural($count, '%action was applied to @count item.', '%action was applied to @count items.', array( '%action' => $action->label(),