Semantic Views creates an attribute: "class" => "clear-block".
Tao then adds a class: $...attributes['class'][] = "bla"; < fatal error

The problem: Semantic Views creates a string, where everybody (Toa in this case) expects an array.

The fix: simply replace all the strings with arrays =)

Patch included. (Patch created with GIT, so inc object id etc.)

CommentFileSizeAuthor
0002-bugfix-semantic-views.patch2.97 KBrudiedirkx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost’s picture

Status: Needs review » Needs work
Scyther’s picture

Issue summary: View changes
Status: Needs work » Closed (duplicate)
Related issues: +#1888258: Row Class Attribute Field is not shown because of CSS bug