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/02/06 19:54:19 UTC

airavata-php-gateway git commit: bug in track json

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/dreg-gateway cbd43e133 -> b3ba3e3bc


bug in track json


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

Branch: refs/heads/dreg-gateway
Commit: b3ba3e3bc4369045e4cf00f2fe2dbfcc202a3b3f
Parents: cbd43e1
Author: root <ro...@osboxes>
Authored: Mon Feb 6 19:43:19 2017 +0000
Committer: root <ro...@osboxes>
Committed: Mon Feb 6 19:43:19 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/b3ba3e3b/app/routes.php
----------------------------------------------------------------------
diff --git a/app/routes.php b/app/routes.php
index b1a18d6..4bfb433 100755
--- a/app/routes.php
+++ b/app/routes.php
@@ -169,7 +169,7 @@ Route::get("gbrowser", function(){
     $dataRoot = Config::get("pga_config.airavata")["experiment-data-absolute-path"];
     $filelist = explode("\n", urldecode( Input::get('filelist') ) );
     $folder_path=$filelist[0]. "ARCHIVE" ;
-    $content = "";
+    $content = "[ \n";
     
     for($i=1; $i<3; $i++){    
          $content = $content . ' {