Closed (fixed)
Project:
Drupal core
Version:
4.6.0
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2005 at 13:10 UTC
Updated:
15 Jun 2005 at 04:57 UTC
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