From: Evan Prodromou Date: Tue, 17 Jun 2008 15:06:56 +0000 (-0400) Subject: forgot 'new' keyword X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b8d8c9a7a50ae2b0042062915b0d91a1a0ef442;p=quix0rs-gnu-social.git forgot 'new' keyword darcs-hash:20080617150656-84dde-ebeaab4cd8c8c52ba27a2fc8cee177ede9b63246.gz --- 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