diff --git a/modules/system/system.module b/modules/system/system.module index 87cdc738d109813ddf01b9dee17089f7ff9efb2c..d3c48da1eda15228c19bf6586e71c5fb29915f03 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(