Repository: airavata-php-gateway Updated Branches: refs/heads/develop f9ba34e49 -> 5a0f06d26
setting gatewayId in project 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/5a0f06d2 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/5a0f06d2 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/5a0f06d2 Branch: refs/heads/develop Commit: 5a0f06d26f0905bbc1c84b56ed469a1a37cdc7d4 Parents: f9ba34e Author: scnakandala <[email protected]> Authored: Fri Jul 8 13:21:21 2016 -0400 Committer: scnakandala <[email protected]> Committed: Fri Jul 8 13:21:21 2016 -0400 ---------------------------------------------------------------------- app/libraries/ProjectUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/5a0f06d2/app/libraries/ProjectUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ProjectUtilities.php b/app/libraries/ProjectUtilities.php index 95fe488..6a8a242 100644 --- a/app/libraries/ProjectUtilities.php +++ b/app/libraries/ProjectUtilities.php @@ -101,7 +101,7 @@ class ProjectUtilities $project->owner = Session::get('username'); $project->name = $_POST['project-name']; $project->description = $_POST['project-description']; - + $project->gatewayId = Config::get('pga_config.airavata')['gateway-id']; $projectId = null;
