The system module uses node_list() without checking if the node module is loaded.
Since the node module is optional, I've patched it to use module_invoke('node', 'list') instead.
| Comment | File | Size | Author |
|---|---|---|---|
| system.module_8.patch | 1 KB | Thox |
The system module uses node_list() without checking if the node module is loaded.
Since the node module is optional, I've patched it to use module_invoke('node', 'list') instead.
| Comment | File | Size | Author |
|---|---|---|---|
| system.module_8.patch | 1 KB | Thox |
Comments
Comment #1
Steven commentedIf node.module is not enabled, it does not make sense to display the entire form_group(). I commited a modified version of this to HEAD / 4.6.
Comment #2
(not verified) commented