Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Defers to the application config for the image-archive filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
isner committed Mar 9, 2014
1 parent ec13495 commit f8d39dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _php/_download/download_cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ function create_zip($files = array(), $destination = '') {
* Used above with array_map()
*/
function convertToFilepath($value) {
return 'http://dimli.library.vanderbilt.edu/mdidimages/HoAC/full/' . $value . '.jpg';
return IMAGE_DIR . 'full/' . $value . '.jpg';
}

0 comments on commit f8d39dc

Please sign in to comment.