The following warning appears when modifying nodes which isn't handled by queue/batch.

Warning: Invalid argument supplied for foreach() in views_bulk_operations_modify_action() (line 39 of .../views_bulk_operations/actions/modify.action.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tseven’s picture

The attached patch simply makes sure the array isset() before looping.

bojanz’s picture

Issue summary: View changes
Status: Patch (to be ported) » Needs review
joelpittet’s picture

Status: Needs review » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce

Could you provide some steps to reproduce this bug in the issue summary so people can test the patch?