- Patch #550228 by tobiasb: correct page callback.

merge-requests/26/head
Dries Buytaert 2009-08-21 14:03:46 +00:00
parent 1595422929
commit fd4020db89
1 changed files with 1 additions and 1 deletions

View File

@ -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(