summaryrefslogtreecommitdiff
path: root/lib/omb.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/omb.php')
-rw-r--r--lib/omb.php2
1 files changed, 1 insertions, 1 deletions
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;
}