Fix for 2022 and 2484

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

Branch: refs/heads/dreg-gateway
Commit: e58ab4e13713844254e1adcd13140b1992fca4ce
Parents: 6de38b9
Author: Sneha Tilak <til...@149-160-244-249.dhcp-bl.indiana.edu>
Authored: Fri Jul 7 14:03:53 2017 -0400
Committer: Sneha Tilak <til...@149-160-244-249.dhcp-bl.indiana.edu>
Committed: Fri Jul 7 14:03:53 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/e58ab4e1/app/controllers/AdminController.php
----------------------------------------------------------------------
diff --git a/app/controllers/AdminController.php 
b/app/controllers/AdminController.php
index bf9073d..bb9ae3a 100644
--- a/app/controllers/AdminController.php
+++ b/app/controllers/AdminController.php
@@ -504,7 +504,7 @@ class AdminController extends BaseController {
                 $email = Config::get('pga_config.portal')['admin-emails'];
                 $user_profile = Keycloak::getUserProfile($username);
                 EmailUtilities::gatewayRequestMail($user_profile["firstname"], 
$user_profile["lastname"], $email, $inputs["gateway-name"]);
-                Session::put("message", "Your request for Gateway " . 
$inputs["gateway-name"] . " has been created. Your new Gateway request is yet 
to be approved. You will be notified of the approval status via email 
notification.");
+                Session::put("message", "Your Gateway request for " . 
$inputs["gateway-name"] . " has been created. Your new Gateway request is yet 
to be approved. You will be notified of the approval status via email 
notification.");
             }
             else{
                 $error = "A Gateway already exists with the same GatewayId, 
Name or URL! Please make a new request.";

Reply via email to