fixing bug
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/10da17d7 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/10da17d7 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/10da17d7 Branch: refs/heads/master Commit: 10da17d779049e8a35d25bdcb8807b54079dab5d Parents: 6af5d61 Author: scnakandala <[email protected]> Authored: Tue Apr 12 15:43:01 2016 -0400 Committer: scnakandala <[email protected]> Committed: Tue Apr 12 15:43:01 2016 -0400 ---------------------------------------------------------------------- app/libraries/Wsis/Wsis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/10da17d7/app/libraries/Wsis/Wsis.php ---------------------------------------------------------------------- diff --git a/app/libraries/Wsis/Wsis.php b/app/libraries/Wsis/Wsis.php index bcf1353..1f5b406 100755 --- a/app/libraries/Wsis/Wsis.php +++ b/app/libraries/Wsis/Wsis.php @@ -438,7 +438,7 @@ class Wsis { public function registerUserAccount($username, $password, $email, $firstName, $lastName, $organization, $address, $country, $telephone, $mobile, $im, $url, $tenantDomain) { $this->userInfoRecoveryManager->registerAccount($username, $password, $email, $firstName, - $lastName, $tenantDomain, $organization, $address, $country, $telephone, $mobile, $im, $url); + $lastName, $organization, $address, $country, $telephone, $mobile, $im, $url, $tenantDomain); } /**
