You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by stephenpaul2727 <gi...@git.apache.org> on 2017/09/26 01:43:42 UTC

[GitHub] airavata-php-gateway pull request #68: Changed the : notation to => for logo...

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 <st...@gmail.com>
Date:   2017-09-26T01:11:32Z

    Changed the : notation to => for logo key in auth-options array

----


---

[GitHub] airavata-php-gateway pull request #68: Changed the : notation to => for logo...

Posted by stephenpaul2727 <gi...@git.apache.org>.
Github user stephenpaul2727 closed the pull request at:

    https://github.com/apache/airavata-php-gateway/pull/68


---