You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/08/03 17:03:29 UTC

[38/50] airavata-php-gateway git commit: fixing undefined index:location error in defining application interface

fixing undefined index:location error in defining application interface


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

Branch: refs/heads/master
Commit: d622ca3c194a24b563b1baf1c7a9447519c6dae7
Parents: 817e26f
Author: scnakandala <su...@gmail.com>
Authored: Tue Jul 25 12:01:42 2017 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Tue Jul 25 12:01:42 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/d622ca3c/app/libraries/AppUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/AppUtilities.php b/app/libraries/AppUtilities.php
index 056ad30..ab69406 100644
--- a/app/libraries/AppUtilities.php
+++ b/app/libraries/AppUtilities.php
@@ -89,7 +89,7 @@ class AppUtilities
                     "type" => $appInterfaceValues["outputType"][$index],
                     "applicationArgument" => $appInterfaceValues["applicationArgumentOutput"][$index],
                     "dataMovement" => intval($appInterfaceValues["dataMovement"][$index]),
-                    "location" => $appInterfaceValues["location"][$index],
+//                    "location" => $appInterfaceValues["location"][$index],
                     "isRequired" => $appInterfaceValues["isRequiredOutput"][$index],
                     "requiredToAddedToCommandLine" => $appInterfaceValues["requiredToAddedToCommandLineOutput"][$index],
                     "searchQuery" => $appInterfaceValues["searchQuery"][$index]