summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Discover.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/Discover.php')
-rw-r--r--Auth/OpenID/Discover.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Discover.php b/Auth/OpenID/Discover.php
index 7b0c640..569402e 100644
--- a/Auth/OpenID/Discover.php
+++ b/Auth/OpenID/Discover.php
@@ -62,7 +62,7 @@ function Auth_OpenID_getOpenIDTypeName($type_uri) {
* Object representing an OpenID service endpoint.
*/
class Auth_OpenID_ServiceEndpoint {
- function Auth_OpenID_ServiceEndpoint()
+ function __construct()
{
$this->claimed_id = null;
$this->server_url = null;