fix trust root in openid to use 'public' string
darcs-hash:20080618182812-84dde-62e5442eb8f051e29f9a7b5134a7ba5a09cfe3a0.gz
This commit is contained in:
parent
1d867396fa
commit
38d0cec9b0
|
@ -95,7 +95,7 @@ function oid_authenticate($openid_url, $returnto) {
|
||||||
$auth_request->addExtension($sreg_request);
|
$auth_request->addExtension($sreg_request);
|
||||||
}
|
}
|
||||||
|
|
||||||
$trust_root = common_local_url($public);
|
$trust_root = common_local_url('public');
|
||||||
$process_url = common_local_url($returnto);
|
$process_url = common_local_url($returnto);
|
||||||
|
|
||||||
if ($auth_request->shouldSendRedirect()) {
|
if ($auth_request->shouldSendRedirect()) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user