From: Evan Prodromou Date: Mon, 2 Jun 2008 19:25:26 +0000 (-0400) Subject: correct name of data store class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=84e0fcbd7d7fb8b8c9dd09d1ac03b572860bde29;p=quix0rs-gnu-social.git correct name of data store class darcs-hash:20080602192526-84dde-f3416449cc8dcfc0ffe85d79d166d419aa2a5b0c.gz --- diff --git a/lib/omb.php b/lib/omb.php index a18f0074f4..43184a0fed 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -48,7 +48,7 @@ function omb_oauth_consumer() { function omb_oauth_server() { static $server = null; if (!$server) { - $server = new OAuthServer(new LaconicaOAuthStore()); + $server = new OAuthServer(new LaconicaOAuthDataStore()); } return $server; }