Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jan 2009 at 03:22 UTC
Updated:
9 Mar 2009 at 03:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| vbo_php_warnings.patch | 1.42 KB | dww |
Comments
Comment #1
infojunkieThanks 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.
Comment #2
infojunkieCommitted. Thanks.