? system.module.patch Index: system.module =================================================================== RCS file: /cvs/drupal/drupal/modules/system.module,v retrieving revision 1.247 diff -u -r1.247 system.module --- system.module 26 Oct 2005 01:24:09 -0000 1.247 +++ system.module 30 Oct 2005 18:07:36 -0000 @@ -327,7 +327,7 @@ $directory_temp = variable_get('file_directory_temp', FILE_DIRECTORY_TEMP); file_check_directory($directory_temp, FILE_CREATE_DIRECTORY, 'file_directory_temp'); - $form['files']['file_directory_tmp'] = array( + $form['files']['file_directory_temp'] = array( '#type' => 'textfield', '#title' => t('Temporary directory'), '#default_value' => $directory_temp, '#maxlength' => 255, '#valid' => 'directory', '#description' => t('Location where uploaded files will be kept during previews. Relative paths will be resolved relative to the file system path.') );