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

[19/40] airavata-php-gateway git commit: Fixing syntax issue

Fixing syntax issue


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

Branch: refs/heads/0.15-release-branch
Commit: 1c6554016e2b4a7f41c35e531bb8decef3468796
Parents: 18574f9
Author: Supun Nakandala <sc...@apache.org>
Authored: Wed Jun 24 22:57:35 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Wed Jun 24 22:57:35 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1c655401/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index 3d5b0d5..bc77987 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -300,7 +300,7 @@ class ExperimentUtilities
                         $experimentAssemblySuccessful = false;
                     }
 
-                    $experimentInput->value = str_replace(base_path() . Config::get('pga_config.airavata')['experiment-data-root'], CommonUtilities::$pathConstant, $filePath);
+                    $experimentInput->value = str_replace(base_path() . Config::get('pga_config.airavata')['experiment-data-root'], ExperimentUtilities::$pathConstant, $filePath);
                     $experimentInput->type = $applicationInput->type;
 
                 } else {