fix trust root in openid to use 'public' string

darcs-hash:20080618182812-84dde-62e5442eb8f051e29f9a7b5134a7ba5a09cfe3a0.gz
This commit is contained in:
Evan Prodromou 2008-06-18 14:28:12 -04:00
parent 1d867396fa
commit 38d0cec9b0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function oid_authenticate($openid_url, $returnto) {
$auth_request->addExtension($sreg_request);
}
$trust_root = common_local_url($public);
$trust_root = common_local_url('public');
$process_url = common_local_url($returnto);
if ($auth_request->shouldSendRedirect()) {