In includes/table.inc: bootstrap_table assumes $variables['attributes']['class'] to be an array which is not always true. It is also possible that it is just a string (drupal_attributes() allows both).
In case of the Panels overview page, I get a PHP error following a WSOD.
In includes/table.inc:
bootstrap_tableassumes$variables['attributes']['class']to be an array which is not always true. It is also possible that it is just a string (drupal_attributes()allows both).In case of the Panels overview page, I get a PHP error following a WSOD.