Skip to content

Commit

Permalink
Fixed bug for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Guinn committed Jun 11, 2014
1 parent 01c67fa commit 55c937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/DownloadTempFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static function get_by_files(array $files) {
* @return string
*/
public function getProcessingLink() {
return Config::inst()->get('Downloadable', 'download_link_base') . '/process/' . $this->ID;
return Director::absoluteURL( Config::inst()->get('Downloadable', 'download_link_base') . '/process/' . $this->ID );
}


Expand Down

0 comments on commit 55c937d

Please sign in to comment.