PHP warnings
dww - January 8, 2009 - 03:22
| Project: | Views Bulk Operations (VBO) |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | kratib |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| vbo_php_warnings.patch | 1.42 KB |

#1
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
Committed. Thanks.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.