]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct name of data store class
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 19:25:26 +0000 (15:25 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 19:25:26 +0000 (15:25 -0400)
darcs-hash:20080602192526-84dde-f3416449cc8dcfc0ffe85d79d166d419aa2a5b0c.gz

lib/omb.php

index a18f0074f465c4a7ffd95321aeefd133bd9e2c38..43184a0fedbb73b79eb4ab0637c3b6bc69e5a733 100644 (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;
 }