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 2021/01/26 15:20:27 UTC

[airavata-php-gateway] 02/02: Fixing typo

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch ultrascan
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git

commit ac41f03c033809d28e31d72b571266be6d425c1a
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Mar 27 16:04:44 2020 -0400

    Fixing typo
---
 app/libraries/Keycloak/KeycloakServiceProvider.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/libraries/Keycloak/KeycloakServiceProvider.php b/app/libraries/Keycloak/KeycloakServiceProvider.php
index 84c8eb7..db64fb0 100644
--- a/app/libraries/Keycloak/KeycloakServiceProvider.php
+++ b/app/libraries/Keycloak/KeycloakServiceProvider.php
@@ -41,7 +41,7 @@ class KeycloakServiceProvider extends ServiceProvider {
                 $identityServerConfig['oauth-client-key'],
                 $identityServerConfig['oauth-client-secret'],
                 $identityServerConfig['oauth-callback-url'],
-                isset($identityServerConfig['cafile-path'] ? $identityServerConfig['cafile-path'] : null,
+                isset($identityServerConfig['cafile-path']) ? $identityServerConfig['cafile-path'] : null,
                 $identityServerConfig['verify-peer'],
                 $identityServerConfig['service-url'],
                 $identityServerConfig['admin-username'],