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 2016/03/25 21:49:05 UTC

[20/40] airavata-php-gateway git commit: ammending the last commit

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

Branch: refs/heads/master
Commit: 3e6d93b56da97d91ba5dd86db2ee31a39f5a4868
Parents: 02fb211
Author: scnakandala <su...@gmail.com>
Authored: Wed Mar 23 17:38:52 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Wed Mar 23 17:38:52 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/3e6d93b5/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index d03eaab..872cf71 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -77,7 +77,7 @@ class ExperimentUtilities
         foreach ($experimentInputs as $input) {
             $matchingAppInput = null;
 
-            if ($input->type == DataType::URI && empty($input->metaData)) {
+            if ($input->type == DataType::URI) {
                 $hostName = $_SERVER['SERVER_NAME'];
                 $hostPathConstant = 'file://' . $hostName . ':';
                 $dataProductModel = Airavata::getDataProduct(Session::get('authz-token'), $input->value);