summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-21 14:03:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-21 14:03:46 +0000
commitfd4020db897e8638d32db5119d25bd3a60febb89 (patch)
tree2129f6ef2a52175b010f5ef79f366b44738c2792 /modules
parent1595422929508774df50baa6065ceb27cd3f6bd1 (diff)
downloadbrdo-fd4020db897e8638d32db5119d25bd3a60febb89.tar.gz
brdo-fd4020db897e8638d32db5119d25bd3a60febb89.tar.bz2
- Patch #550228 by tobiasb: correct page callback.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 87cdc738d..d3c48da1e 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -718,7 +718,7 @@ function system_menu() {
'title' => 'File-system',
'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
'page callback' => 'drupal_get_form',
- 'page arguments' => array('system_performance_settings'),
+ 'page arguments' => array('system_file_system_settings'),
'access arguments' => array('administer site configuration'),
);
$items['admin/config/media/image-toolkit'] = array(