summaryrefslogtreecommitdiff
path: root/lib/openid.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/openid.php')
-rw-r--r--lib/openid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openid.php b/lib/openid.php
index 2485976ee..cccd81005 100644
--- a/lib/openid.php
+++ b/lib/openid.php
@@ -28,7 +28,7 @@ function oid_store() {
# Can't be called statically
$user = new User();
$conn = $user->getDatabaseConnection();
- $store = new Auth_OpenID_SQLStore($conn);
+ $store = new Auth_OpenID_MySQLStore($conn);
}
return $store;
}