diff --git a/views/views_bulk_operations_handler_field_operations.inc b/views/views_bulk_operations_handler_field_operations.inc
index 683a031..242c5bc 100644
--- a/views/views_bulk_operations_handler_field_operations.inc
+++ b/views/views_bulk_operations_handler_field_operations.inc
@@ -227,7 +227,7 @@ class views_bulk_operations_handler_field_operations extends views_handler_field
       }
 
       if (module_exists('actions_permissions')) {
-        $perm = actions_permissions_get_perm($this->all_operations[$key]['label'], $this->all_operations[$key]['callback']);
+        $perm = array_shift(array_keys(actions_permissions_get_perm($this->all_operations[$key]['label'], $this->all_operations[$key]['callback'])));
         if (!user_access($perm)) {
           continue;
         }
