diff options
-rw-r--r-- | lib/openid.php | 2 |
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; } |