From 1980f166a78954b15ed53e1421164452ec692497 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 7 Mar 2009 11:36:10 -0800 Subject: [PATCH] change trust root calculation --- lib/openid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openid.php b/lib/openid.php index 5c3d460daf..3aa488b6d4 100644 --- a/lib/openid.php +++ b/lib/openid.php @@ -160,7 +160,7 @@ function oid_authenticate($openid_url, $returnto, $immediate=false) $auth_request->addExtension($sreg_request); } - $trust_root = common_local_url('public'); + $trust_root = common_path(''); $process_url = common_local_url($returnto); if ($auth_request->shouldSendRedirect()) {