27 May
2005
27 May
'05
3:10 p.m.
Issue status update for http://drupal.org/node/23736 Project: Drupal Version: 4.6.0 Component: system.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: Thox Updated by: Thox Status: patch Attachment: http://drupal.org/files/issues/system.module_8.patch (1 KB) 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. Thox