[drupal-devel] [bug] System module relies on node module
Thox
drupal-devel at drupal.org
Fri May 27 13:10:48 UTC 2005
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
More information about the drupal-devel
mailing list