You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/14 19:14:48 UTC

airavata-php-gateway git commit: AIRAVATA-1770 appending previous commit

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 52d0c2df8 -> ff241d430


AIRAVATA-1770 appending previous commit


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/ff241d43
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ff241d43
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ff241d43

Branch: refs/heads/master
Commit: ff241d430b9ded843b1c2bab517e68a81ecc6582
Parents: 52d0c2d
Author: Supun Nakandala <sc...@apache.org>
Authored: Tue Jul 14 22:44:25 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Tue Jul 14 22:44:25 2015 +0530

----------------------------------------------------------------------
 app/libraries/ExperimentUtilities.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ff241d43/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index 2a42b31..631587a 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -583,6 +583,7 @@ class ExperimentUtilities
                     //echo '<p>' . $output->key .  ': <a href="' . $output->value . '">' . $output->value . '</a></p>';
                     $outputPath = str_replace(Config::get('pga_config.airavata')['experiment-data-absolute-path'],
                         Config::get('pga_config.airavata')['experiment-data-dir'], $output->value);
+                    $outputPath = str_replace('//', '/', $outputPath);
                     if(file_exists($outputPath)){
                         $outputPathArray = explode("/", $outputPath);