diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-05-23 07:55:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-05-23 07:55:08 +0000 |
commit | a91168dc1942d86c694d14941432ecaeac89dbe7 (patch) | |
tree | 44cfe42452d92510f4c8a1694c1853b2bc4a547b /modules | |
parent | d81bfb45a0fccea344e2725385a67ccb894b2aa3 (diff) | |
download | brdo-a91168dc1942d86c694d14941432ecaeac89dbe7.tar.gz brdo-a91168dc1942d86c694d14941432ecaeac89dbe7.tar.bz2 |
- Patch #140218 by pwolanin: fixed problem with callbakcs.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node/node.module | 2 |
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', |