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 2016/03/11 08:00:19 UTC

[03/21] airavata-php-gateway git commit: fixing wrong variable name issue

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

Branch: refs/heads/master
Commit: be5c898200d34debe645231e5ec6d07eed9671d3
Parents: 298c5ea
Author: scnakandala <su...@gmail.com>
Authored: Mon Mar 7 11:07:46 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Mon Mar 7 11:07:46 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/be5c8982/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index e85a180..b8794e4 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -436,7 +436,7 @@ class ExperimentUtilities
             //updating the experiment inputs and output path
             $experiment = Airavata::getExperiment(Session::get('authz-token'), $cloneId);
             $experimentInputs = $experiment->experimentInputs;
-            ExperimentUtilities::create_experiment_folder_path($experiment->projectId, $experiment->name);
+            ExperimentUtilities::create_experiment_folder_path($experiment->projectId, $experiment->experimentName);
             $hostName = $_SERVER['SERVER_NAME'];
 
             foreach ($experimentInputs as $experimentInput) {