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.

CommentFileSizeAuthor
system.module_8.patch1 KBThox

Comments

Steven’s picture

If 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.

Anonymous’s picture