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.)
| Comment | File | Size | Author |
|---|---|---|---|
| 0002-bugfix-semantic-views.patch | 2.97 KB | rudiedirkx |
Comments
Comment #1
andypostBecause of #957782: clear-block has become clearfix
Comment #2
Scyther commentedPlease see this issue: #1888258: Row Class Attribute Field is not shown because of CSS bug