As far as I can read the code of VBO 7.x-3.4, there is a small bug in views_bulk_operations.module

Line 1189 mentions variable $account :
if (!$skip_permission_check && !_views_bulk_operations_entity_access($operation, $entity_type, $entity, $account)) {

But the function never initializes this variable.

Or am I missing something?

Comments

TarKHaoS created an issue. See original summary.

joelpittet’s picture

TarKHaoS’s picture

Ok, great.
I didn't find the issue your mentioned using the search engine.
We'll switch to the -dev version until further release.
Thanks!