diff --git a/lib/openid.php b/lib/openid.php index cccd810054..dcb912a96c 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