In some cases, this warning appears:
Warning: Illegal offset type in isset or empty in cacheable_csrf_supported_pathO (line 91 of /var/www/html/docroot/sites/all/modules/contrib/cacheable_csrf/cacheable_csrf.module).
This happens in some cases when the access argument, which is parsed to get the old callback, includes an array. This can happen when using batched views exports, for example.
Since cacheable_csrf uses the last argument as a string, if the last argument is not a string we can assume the path was not included.
Testing
None
None
None
Active
1.0
Code