more specific Store class

darcs-hash:20080617150509-84dde-3534c0a188ee3c81ca5597e8f5eba75d5ed5383e.gz
This commit is contained in:
Evan Prodromou 2008-06-17 11:05:09 -04:00
parent 25f0f9edbf
commit 9cdde74822
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}