Project:Views Bulk Operations (VBO)
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:infojunkie
Status:closed (fixed)

Issue Summary

In using the latest code in the DRUPAL-6--1 branch, I've found a few PHP warnings while clicking around.

A) When you enable/disable VBO or the triggers.module from core, you get a warning about $array['configurable'] not defined from delete.action.inc

B) When you submit a confirm form to do some bulk operations, you get a warning on $objects['select_all'] not being defined.

Attached patch fixes both.

AttachmentSize
vbo_php_warnings.patch1.42 KB

Comments

#1

Assigned to:dww» infojunkie

Thanks for the patch. I discovered that my PHP settings aren't working correctly: I can't get warnings displayed. As soon as I fix this I'll reproduce the warnings above and apply the patch.

#2

Status:needs review» fixed

Committed. Thanks.

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.