]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
forgot 'new' keyword
authorEvan Prodromou <evan@prodromou.name>
Tue, 17 Jun 2008 15:06:56 +0000 (11:06 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 17 Jun 2008 15:06:56 +0000 (11:06 -0400)
darcs-hash:20080617150656-84dde-ebeaab4cd8c8c52ba27a2fc8cee177ede9b63246.gz

lib/openid.php

index cccd81005448512ba7c80189447faee80157120b..dcb912a96c233417784675f348fe53d6365c394f 100644 (file)
@@ -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