From 84e0fcbd7d7fb8b8c9dd09d1ac03b572860bde29 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 2 Jun 2008 15:25:26 -0400 Subject: correct name of data store class darcs-hash:20080602192526-84dde-f3416449cc8dcfc0ffe85d79d166d419aa2a5b0c.gz --- lib/omb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/omb.php b/lib/omb.php index a18f0074f..43184a0fe 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; } -- cgit v1.2.3-54-g00ecf