You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2016/03/11 08:00:27 UTC

[11/21] airavata-php-gateway git commit: fixing syntax error

fixing syntax error


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

Branch: refs/heads/master
Commit: 0592df7a3950bd0c5bf6af2c98874f10bdda778b
Parents: 5677e06
Author: scnakandala <su...@gmail.com>
Authored: Tue Mar 8 12:47:52 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Tue Mar 8 12:47:52 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/0592df7a/app/routes.php
----------------------------------------------------------------------
diff --git a/app/routes.php b/app/routes.php
index 8472021..adfec7a 100644
--- a/app/routes.php
+++ b/app/routes.php
@@ -104,7 +104,7 @@ Route::get("download/{username}/{exp_data_dir}/{exp_folder}/{exp_file}", functio
         $downloadLink = Config::get('pga_config.airavata')['experiment-data-absolute-path'] . '/' . $username . '/' . $exp_data_dir . "/" . $exp_folder . '/' . $exp_file;
         return Response::download( $downloadLink);
     }
-}
+});
 
 Route::get("download/{exp_data_dir}/{proj_folder}/{exp_file}", function($exp_data_dir, $proj_folder, $exp_file){
     $downloadLink = Config::get('pga_config.airavata')['experiment-data-absolute-path'] . '/' . Session::get('username')