diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-29 04:55:32 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-29 04:55:32 +0000 |
commit | 737bf95499d47c0d8652a0c385720efd9c112c1e (patch) | |
tree | 4b2d9169a1a513b34921dc93211b819ba77fe7be /modules | |
parent | ce1cc587af80a4fbf4608c5b13b92ed6b1ff34b7 (diff) | |
download | brdo-737bf95499d47c0d8652a0c385720efd9c112c1e.tar.gz brdo-737bf95499d47c0d8652a0c385720efd9c112c1e.tar.bz2 |
#562624 by mcjim: Fixed WSOD on admin/config/people.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 7a672e0b9..3e92a3b8d 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1317,6 +1317,8 @@ function user_menu() { 'position' => 'right', 'page callback' => 'system_admin_menu_block_page', 'access arguments' => array('access administration pages'), + 'file' => 'system.admin.inc', + 'file path' => drupal_get_path('module', 'system'), ); $items['admin/config/people/accounts'] = array( 'title' => 'Account settings', |