|
|
|
@ -253,8 +253,7 @@ class FedoraAdapter implements AdapterInterface {
|
|
|
|
|
$headers = [ |
|
|
|
|
'Content-Type' => $this->mimeTypeGuesser->guess($path), |
|
|
|
|
]; |
|
|
|
|
$heads_response = $this->fedora->getResourceHeaders($path); |
|
|
|
|
if (isset($heads_response) && $heads_response->getStatusCode() == 200) { |
|
|
|
|
if ($this->has($path)) { |
|
|
|
|
$fedora_url = $path; |
|
|
|
|
$date = new DateTime(); |
|
|
|
|
$timestamp = $date->format("D, d M Y H:i:s O"); |
|
|
|
|