diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-03 14:57:50 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-03 14:57:50 +0000 |
commit | 0b6c0cb6ff1335675e63b70cf921c7379ac02526 (patch) | |
tree | 86e15fa97ba17f1c1f0b1ec9d29bbe0fce34e6b2 /modules/system/system.module | |
parent | 5212d5730f3e09024e84a5a5b76d571e65295b87 (diff) | |
download | brdo-0b6c0cb6ff1335675e63b70cf921c7379ac02526.tar.gz brdo-0b6c0cb6ff1335675e63b70cf921c7379ac02526.tar.bz2 |
#669754 by asimmonds: Fixed incorrect page callback on admin/ui.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index dc39bcca5..6f694eabe 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -985,7 +985,7 @@ function system_menu() { 'title' => 'User interface', 'description' => 'Tools that enhance the user interface.', 'position' => 'right', - 'page callback' => 'drupal_get_form', + 'page callback' => 'system_admin_menu_block_page', 'access arguments' => array('access administration pages'), 'file' => 'system.admin.inc', 'weight' => -5, |