diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/consumer/finish_auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/consumer/finish_auth.php b/examples/consumer/finish_auth.php index c4285d5..de38b31 100644 --- a/examples/consumer/finish_auth.php +++ b/examples/consumer/finish_auth.php @@ -8,7 +8,7 @@ function run() { // Complete the authentication process using the server's // response. - $response = $consumer->complete($_GET); + $response = $consumer->complete(); // Check the response status. if ($response->status == Auth_OpenID_CANCEL) { |