summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-03-31 00:38:05 +0000
committertailor <cygnus@janrain.com>2007-03-31 00:38:05 +0000
commit40d447299895f5769ed77d09ec03bb314d261f8f (patch)
treef82c535c76196249abaf28cc3a29f036c0932940
parentda6798b4e38e171cd84657052ac6658c6686f6d9 (diff)
downloadphp-openid-40d447299895f5769ed77d09ec03bb314d261f8f.zip
php-openid-40d447299895f5769ed77d09ec03bb314d261f8f.tar.gz
php-openid-40d447299895f5769ed77d09ec03bb314d261f8f.tar.bz2
[project @ Updated example consumer to not pass query args directly]
-rw-r--r--examples/consumer/finish_auth.php2
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) {