Skip to content

Commit

Permalink
NBNP-447 Update download URI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed May 28, 2024
1 parent 2ee7b0a commit bba1e56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ private function buildPdfDownloadLinkHtml($image_file_path, $image_download_uri)

$pdf_download_uri = str_replace(
$image_file_components['filename'] . '.jpg',
'pdf/' . $image_file_components['filename'] . '.pdf',
"/pdf/$pdf_dir/" . $image_file_components['filename'] . '.pdf',
$image_download_uri
);
$pdf_download_link_options = [
Expand Down

0 comments on commit bba1e56

Please sign in to comment.