From a91168dc1942d86c694d14941432ecaeac89dbe7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 23 May 2007 07:55:08 +0000 Subject: - Patch #140218 by pwolanin: fixed problem with callbakcs. --- modules/node/node.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') 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', -- cgit v1.2.3