summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/node/node.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index e0dcfc8d8..114888fbd 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1202,6 +1202,8 @@ function node_menu() {
'page callback' => 'system_admin_menu_block_page',
'access callback' => '_node_add_access',
'weight' => 1,
+ 'file' => 'system.admin.inc',
+ 'file path' => drupal_get_path('module', 'system'),
);
$items['rss.xml'] = array(
'title' => 'RSS feed',