summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/openid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openid.php b/lib/openid.php
index 48c2a6cb1..deaf86321 100644
--- a/lib/openid.php
+++ b/lib/openid.php
@@ -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()) {