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 2019/06/03 14:04:39 UTC

[airavata-php-gateway] branch dreg-gateway updated: Commenting out file name fix (dreg uses tus for file uploads)

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch dreg-gateway
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git


The following commit(s) were added to refs/heads/dreg-gateway by this push:
     new 4032a75  Commenting out file name fix (dreg uses tus for file uploads)
4032a75 is described below

commit 4032a752be86fdc2dc80b824bc69250d76f2444d
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Jun 3 10:04:29 2019 -0400

    Commenting out file name fix (dreg uses tus for file uploads)
---
 app/libraries/ExperimentUtilities.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index 5902a3d..84703dd 100755
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -427,7 +427,7 @@ class ExperimentUtilities
 
                     //FIX - AIRAVATA - 2674
                     //Replaced spaces with Underscore
-                    $file['name'] = str_replace(' ', '_', $file['name']);
+                    //$file['name'] = str_replace(' ', '_', $file['name']);
                     //
                     // move file to experiment data directory
                     //