correct name of data store class

darcs-hash:20080602192526-84dde-f3416449cc8dcfc0ffe85d79d166d419aa2a5b0c.gz
This commit is contained in:
Evan Prodromou 2008-06-02 15:25:26 -04:00
parent c294c85aba
commit 84e0fcbd7d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}