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/08/03 17:02:55 UTC

[04/50] airavata-php-gateway git commit: Fix for AIRAVATA-2233

Fix for AIRAVATA-2233


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

Branch: refs/heads/master
Commit: 1b3afd14747f9d0bb0485b8977c29c464dc75ed8
Parents: 688fc61
Author: Sneha Tilak <ti...@Snehas-MacBook-Pro.local>
Authored: Mon Jul 3 18:04:17 2017 -0500
Committer: Sneha Tilak <ti...@Snehas-MacBook-Pro.local>
Committed: Mon Jul 3 18:04:17 2017 -0500

----------------------------------------------------------------------
 app/libraries/AdminUtilities.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1b3afd14/app/libraries/AdminUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/AdminUtilities.php b/app/libraries/AdminUtilities.php
index b57f7cf..33955cc 100644
--- a/app/libraries/AdminUtilities.php
+++ b/app/libraries/AdminUtilities.php
@@ -166,6 +166,7 @@ class AdminUtilities
             $gateway->gatewayAdminFirstName = $gatewayData["gatewayAdminFirstName"];
             $gateway->gatewayAdminLastName = $gatewayData["gatewayAdminLastName"];
             $gateway->identityServerUserName = $gatewayData["identityServerUserName"];
+            $gateway->gatewayAdminEmail = $gatewayData["gatewayAdminEmail"];
             $gateway->reviewProposalDescription = $gatewayData["reviewProposalDescription"];
             $gateway->gatewayPublicAbstract = $gatewayData["gatewayPublicAbstract"];
             $gateway->gatewayApprovalStatus = GatewayApprovalStatus::APPROVED;