diff options
-rw-r--r-- | Auth/OpenID/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index acff6fc..26369bd 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -218,7 +218,7 @@ define('Auth_OpenID_SETUP_NEEDED', 'setup needed'); * This is the status code beginAuth returns when the page fetched * from the entered OpenID URL doesn't contain the necessary link tags * to function as an identity page. -*/ + */ define('Auth_OpenID_PARSE_ERROR', 'parse error'); /** |