Browse Source

Remove lines creating getDatastream error...

pull/143/head
Adam Vessey 12 years ago
parent
commit
6b05e20316
  1. 3
      ObjectHelper.inc

3
ObjectHelper.inc

@ -137,9 +137,6 @@ class ObjectHelper {
$fedoraPass = $user->pass;
}
$dataStreamInfo = $item->get_datastream_info($dsID);
$contentSize = $dataStreamInfo->datastream->size;
if (function_exists("curl_init")) {
$url = variable_get('fedora_base_url', 'http://localhost:8080/fedora') . '/objects/' . $pid . '/datastreams/' . $dsID . '/content';
$query_options = array();

Loading…
Cancel
Save