diff options
-rw-r--r-- | lib/openid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openid.php b/lib/openid.php index cccd81005..dcb912a96 100644 --- a/lib/openid.php +++ b/lib/openid.php @@ -35,6 +35,6 @@ function oid_store() { function oid_consumer() { $store = oid_store(); - $consumer = Auth_OpenID_Consumer($store); + $consumer = new Auth_OpenID_Consumer($store); return $consumer; }
\ No newline at end of file |