You are here

function views_bulk_operations_comment_setting_action in Views Bulk Operations (VBO) 6

File

actions/comment_setting.action.inc, line 15

Code

function views_bulk_operations_comment_setting_action(&$node, $context) {
  $node->comment = $context['comment_setting'];
}