diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-05 06:23:18 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-05 06:23:18 +0000 |
commit | 57759f5a8ddc85231ea2ab61d707a062dbaae000 (patch) | |
tree | 849acaa84a6cf72bcc0f84bf7fe96c8a54e93046 /modules/system | |
parent | 5d76008993fc7edc5d4c1aedba8af81b36d1554e (diff) | |
download | brdo-57759f5a8ddc85231ea2ab61d707a062dbaae000.tar.gz brdo-57759f5a8ddc85231ea2ab61d707a062dbaae000.tar.bz2 |
#930122 by dww: Regression: temp directory handling broken by confusion between file_directory_temp and file_temporary_path.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index bfbdc285c..08d2010cc 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2069,9 +2069,10 @@ function system_admin_menu_block($item) { } /** - * Checks the existence of the directory specified in $form_element. This - * function is called from the system_settings form to check both core file - * directories (file_public_path, file_private_path, file_temporary_path). + * Checks the existence of the directory specified in $form_element. + * + * This function is called from the system_settings form to check all core + * file directories (file_public_path, file_private_path, file_temporary_path). * * @param $form_element * The form element containing the name of the directory to check. |