Repository: airavata-php-gateway Updated Branches: refs/heads/develop 53c00b3cb -> 8ddd716d8
fixing bug Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/8ddd716d Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/8ddd716d Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/8ddd716d Branch: refs/heads/develop Commit: 8ddd716d8ee774d23cf3c7492116f15e45a7c93f Parents: 53c00b3 Author: scnakandala <[email protected]> Authored: Tue Jul 5 17:59:34 2016 -0400 Committer: scnakandala <[email protected]> Committed: Tue Jul 5 17:59:34 2016 -0400 ---------------------------------------------------------------------- app/libraries/ExperimentUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8ddd716d/app/libraries/ExperimentUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php index 071e835..68f711a 100644 --- a/app/libraries/ExperimentUtilities.php +++ b/app/libraries/ExperimentUtilities.php @@ -119,7 +119,7 @@ class ExperimentUtilities } $optFilesHtml = $optFilesHtml . '<a target="_blank" href="' . URL::to("/") . '/download/?id=' - . $input->value . '">' . $fileName . ' <span class="glyphicon glyphicon-new-window"></span></a> '; + . $uri . '">' . $fileName . ' <span class="glyphicon glyphicon-new-window"></span></a> '; }
