summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-24 15:25:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-24 15:25:28 +0000
commita45a4c4d48ce3cc3768b2d3bfcae55f78a630b3e (patch)
tree3de4840f2c11134a577916cde39e901799445963
parente724e722628b0500f54bf1a8064156f5271609f1 (diff)
downloadbrdo-a45a4c4d48ce3cc3768b2d3bfcae55f78a630b3e.tar.gz
brdo-a45a4c4d48ce3cc3768b2d3bfcae55f78a630b3e.tar.bz2
#1005306 by pillarsdotnet: Fixed Remove useless and outdated reference to file_directory_path
-rw-r--r--modules/file/file.field.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/file/file.field.inc b/modules/file/file.field.inc
index f83811d36..c20fe7741 100644
--- a/modules/file/file.field.inc
+++ b/modules/file/file.field.inc
@@ -79,7 +79,7 @@ function file_field_instance_settings_form($field, $instance) {
'#type' => 'textfield',
'#title' => t('File directory'),
'#default_value' => $settings['file_directory'],
- '#description' => t('Optional subdirectory within the upload destination where files will be stored. Do not include preceding or trailing slashes.', array('%directory' => variable_get('file_directory_path', 'files') . '/')),
+ '#description' => t('Optional subdirectory within the upload destination where files will be stored. Do not include preceding or trailing slashes.'),
'#element_validate' => array('_file_generic_settings_file_directory_validate'),
'#weight' => 3,
);