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/09 14:50:35 UTC

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

fixing undefined index:metadata 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/817e26f4
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/817e26f4
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/817e26f4

Branch: refs/heads/dreg-gateway
Commit: 817e26f4967194a8e29e1f917ae8267f4a9adb16
Parents: 0231c74
Author: scnakandala <su...@gmail.com>
Authored: Tue Jul 25 11:54:59 2017 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Tue Jul 25 11:54:59 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/817e26f4/app/libraries/AppUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/AppUtilities.php b/app/libraries/AppUtilities.php
index 46a1888..056ad30 100644
--- a/app/libraries/AppUtilities.php
+++ b/app/libraries/AppUtilities.php
@@ -70,7 +70,7 @@ class AppUtilities
                     "applicationArgument" => $appInterfaceValues["applicationArgumentInput"][$index],
                     "standardInput" => $appInterfaceValues["standardInput"][$index],
                     "userFriendlyDescription" => $appInterfaceValues["userFriendlyDescription"][$index],
-                    "metaData" => $appInterfaceValues["metaData"][$index],
+//                    "metaData" => $appInterfaceValues["metaData"][$index],
                     "inputOrder" => intval($appInterfaceValues["inputOrder"][$index]),
                     "dataStaged" => intval($appInterfaceValues["dataStaged"][$index]),
                     "isRequired" => $appInterfaceValues["isRequiredInput"][$index],