Repository: airavata-php-gateway Updated Branches: refs/heads/develop 78adc905e -> e521a645c
WIP 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/e521a645 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/e521a645 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/e521a645 Branch: refs/heads/develop Commit: e521a645c3eb2eb778b9ba0b9a2380745a31b7f5 Parents: 78adc90 Author: scnakandala <[email protected]> Authored: Wed Jun 28 13:59:27 2017 -0400 Committer: scnakandala <[email protected]> Committed: Wed Jun 28 13:59:27 2017 -0400 ---------------------------------------------------------------------- app/controllers/AccountController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/e521a645/app/controllers/AccountController.php ---------------------------------------------------------------------- diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php index ea0bdda..1b0a50e 100644 --- a/app/controllers/AccountController.php +++ b/app/controllers/AccountController.php @@ -241,7 +241,7 @@ class AccountController extends BaseController Session::put("gateway_id", Config::get('pga_config.airavata')['gateway-id']); if(Session::get("admin") || Session::get("admin-read-only") || Session::get("authorized-user")){ - return $this->initializeWithAiravata($username, $userEmail, $firstName, $lastName); + return $this->initializeWithAiravata($username, $userEmail, $firstName, $lastName, $accessToken); } if(Session::has("admin") || Session::has("admin-read-only")){
