When editing a node for which no blocks have been selected yet, there's a notice:
Notice: Undefined index: nl in node_level_blocks_node_form() (line 132 of /..../node_level_blocks/includes/node_level_blocks.admin.inc).
Path with fix in first comment
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2496253-1.patch | 753 bytes | spadxiii |
Comments
Comment #1
spadxiii commentedComment #3
Johnny vd Laar commentedI've modified your patch a little bit because it checked $language and it should've checked $node->language. I also added some comments to make things more clear:
http://cgit.drupalcode.org/node_level_blocks/commit/?id=56b91ff
Thanks for the help!