Repository: airavata-php-gateway Updated Branches: refs/heads/master eec015cf4 -> 7c163da30
fixing a typo 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/7c163da3 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/7c163da3 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/7c163da3 Branch: refs/heads/master Commit: 7c163da3072d4166c96e5d3e53222f502ec059a2 Parents: eec015c Author: scnakandala <[email protected]> Authored: Thu Oct 29 15:09:37 2015 -0400 Committer: scnakandala <[email protected]> Committed: Thu Oct 29 15:09:37 2015 -0400 ---------------------------------------------------------------------- app/config/pga_config.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/7c163da3/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index cd5f290..b33173b 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -174,7 +174,7 @@ return array( /** * Portal title */ - 'portal-tile' => 'Airavata PHP Gateway', + 'portal-title' => 'Airavata PHP Gateway', /** * Email address of the portal admin. Portal admin well get email notifications for events
