summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-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 916018c80..e0dcfc8d8 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1135,6 +1135,8 @@ function node_menu() {
'weight' => -10,
'page callback' => 'system_admin_menu_block_page',
'access arguments' => array('administer site configuration'),
+ 'file' => 'system.admin.inc',
+ 'file path' => drupal_get_path('module', 'system'),
);
$items['admin/content/node'] = array(