Browse Source

removed the call to file_directory_path from admin inc

pull/108/head
Paul Pound 13 years ago
parent
commit
9ed0c06989
  1. 14
      admin/islandora.admin.inc

14
admin/islandora.admin.inc

@ -129,13 +129,13 @@
//Export functionality //Export functionality
$form['advanced']['module']['islandora_export_area'] = array( //$form['advanced']['module']['islandora_export_area'] = array(
'#type' => 'textfield', // '#type' => 'textfield',
'#title' => t('Export area'), // '#title' => t('Export area'),
'#default_value' => variable_get('islandora_export_area', file_directory_path() . '/fedora_export_area'), // '#default_value' => variable_get('islandora_export_area', file_directory_path() . '/fedora_export_area'),
'#description' => t("Path to the export area. It must be accessible by druapl (i.e. apache user)."), // '#description' => t("Path to the export area. It must be accessible by druapl (i.e. apache user)."),
'#required' => TRUE, // '#required' => TRUE,
); //);
$form['#attributes'] = array('enctype' => "multipart/form-data"); $form['#attributes'] = array('enctype' => "multipart/form-data");

Loading…
Cancel
Save