more specific Store class
darcs-hash:20080617150509-84dde-3534c0a188ee3c81ca5597e8f5eba75d5ed5383e.gz
This commit is contained in:
parent
25f0f9edbf
commit
9cdde74822
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user