From 6b8d8c9a7a50ae2b0042062915b0d91a1a0ef442 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 17 Jun 2008 11:06:56 -0400 Subject: forgot 'new' keyword darcs-hash:20080617150656-84dde-ebeaab4cd8c8c52ba27a2fc8cee177ede9b63246.gz --- lib/openid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/openid.php') 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 -- cgit v1.2.3-54-g00ecf