In node_level_blocks_block_list_alter() the language_content is used to show the blocks, but it always defaults to LANGUAGE_NONE.
Adding a pair of ( ) fixed this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2495761-1.patch | 714 bytes | spadxiii |
In node_level_blocks_block_list_alter() the language_content is used to show the blocks, but it always defaults to LANGUAGE_NONE.
Adding a pair of ( ) fixed this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2495761-1.patch | 714 bytes | spadxiii |
Comments
Comment #1
spadxiii commentedPatch for the issue.
Comment #3
Johnny vd Laar commentedThanks, committed the fix!