From 9bb285aafa7b3bfb667807c0d5e3526cc8f58dd6 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Mon, 27 Feb 2006 14:41:05 +0000 Subject: #21084, Node module is not marked "required", but is required by other required modules, patch by Robert Douglass --- includes/module.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/module.inc') diff --git a/includes/module.inc b/includes/module.inc index e4956999f..faf33eac9 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -48,7 +48,7 @@ function module_list($refresh = FALSE, $bootstrap = TRUE) { } if (!$list) { - $list = array('filter' => 'filter', 'system' => 'system', 'user' => 'user', 'watchdog' => 'watchdog'); + $list = array('filter' => 'filter', 'node' => 'node', 'system' => 'system', 'user' => 'user', 'watchdog' => 'watchdog'); if ($bootstrap) { $result = db_query("SELECT name, filename, throttle, bootstrap FROM {system} WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC"); } -- cgit v1.2.3