From 9ed0c06989fd53b7e6ff13b74aae9ecdcd08c4f0 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Tue, 22 May 2012 12:09:42 -0300 Subject: [PATCH] removed the call to file_directory_path from admin inc --- admin/islandora.admin.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/islandora.admin.inc b/admin/islandora.admin.inc index ab92166d..691f7b61 100644 --- a/admin/islandora.admin.inc +++ b/admin/islandora.admin.inc @@ -129,13 +129,13 @@ //Export functionality - $form['advanced']['module']['islandora_export_area'] = array( - '#type' => 'textfield', - '#title' => t('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)."), - '#required' => TRUE, - ); + //$form['advanced']['module']['islandora_export_area'] = array( + // '#type' => 'textfield', + // '#title' => t('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)."), + // '#required' => TRUE, + //); $form['#attributes'] = array('enctype' => "multipart/form-data");