GitHub user stephenpaul2727 opened a pull request:
https://github.com/apache/airavata-php-gateway/pull/68
Changed the : notation to => for logo key in auth-options array
There was an error in the pga_config.php.template file. I discovered the error in auth_options
( pga_config ):
'logo' : '/assets/path_to_image.png'
I changed it to 'logo' => '/assets/path_to_image.png'
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stephenpaul2727/airavata-php-gateway bugfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/airavata-php-gateway/pull/68.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #68
----
commit fcb6a89e8cdd6a0d7eeb9e19612756a10607316c
Author: stephenpaul2727 <stephenpaul2727@gmail.com>
Date: 2017-09-26T01:11:32Z
Changed the : notation to => for logo key in auth-options array
----
---
|