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 2017/02/15 21:21:23 UTC

airavata-php-gateway git commit: fixing bug in previous commit

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop eb21e28f2 -> ae38aa93b


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

Branch: refs/heads/develop
Commit: ae38aa93b6d948c4cfec108900dc913385966eb7
Parents: eb21e28
Author: scnakandala <su...@gmail.com>
Authored: Wed Feb 15 16:21:20 2017 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Wed Feb 15 16:21:20 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ae38aa93/app/libraries/AppUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/AppUtilities.php b/app/libraries/AppUtilities.php
index bde5b46..288c178 100644
--- a/app/libraries/AppUtilities.php
+++ b/app/libraries/AppUtilities.php
@@ -92,8 +92,7 @@ class AppUtilities
                     "location" => $appInterfaceValues["location"][$index],
                     "isRequired" => $appInterfaceValues["isRequiredOutput"][$index],
                     "requiredToAddedToCommandLine" => $appInterfaceValues["requiredToAddedToCommandLineOutput"][$index],
-                    "searchQuery" => $appInterfaceValues["searchQuery"][$index],
-                    "isReadOnly" => $appInterfaceValues["isReadOnly"][$index]
+                    "searchQuery" => $appInterfaceValues["searchQuery"][$index]
                 ));
                 $appInterface->applicationOutputs[] = $outputDataObjectType;
             }