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.

CommentFileSizeAuthor
vbo_php_warnings.patch1.42 KBdww

Comments

infojunkie’s picture

Assigned: 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.

infojunkie’s picture

Status: Needs review » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

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