|
|
|
@ -205,7 +205,7 @@ class EBSCOResponse {
|
|
|
|
|
$url = (string) $link->Url; |
|
|
|
|
// If we have an empty url when type is pdflink then just return something so |
|
|
|
|
// that the UI check for empty string will pass. |
|
|
|
|
$url = empty($url) && $type == 'pdflink' ? 'http://content.ebscohost.com' : $url; |
|
|
|
|
$url = empty($url) && $type == 'pdflink' ? 'https://content.ebscohost.com' : $url; |
|
|
|
|
$links[$type] = $url; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -579,7 +579,7 @@ class EBSCOResponse {
|
|
|
|
|
$url = (string) $link->Url; |
|
|
|
|
// If we have an empty url when type is pdflink then just return something so |
|
|
|
|
// that the UI check for empty string will pass. |
|
|
|
|
$url = empty($url) && $type == 'pdflink' ? 'http://content.ebscohost.com' : $url; |
|
|
|
|
$url = empty($url) && $type == 'pdflink' ? 'https://content.ebscohost.com' : $url; |
|
|
|
|
$links[$type] = $url; |
|
|
|
|
} |
|
|
|
|
$value = $this->toHTML($record->FullText->Text->Value); |
|
|
|
|