correct name of data store class
darcs-hash:20080602192526-84dde-f3416449cc8dcfc0ffe85d79d166d419aa2a5b0c.gz
This commit is contained in:
parent
c294c85aba
commit
84e0fcbd7d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user