summaryrefslogtreecommitdiffstats
path: root/examples/server/lib/render/trust.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/lib/render/trust.php')
-rw-r--r--examples/server/lib/render/trust.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/lib/render/trust.php b/examples/server/lib/render/trust.php
index c00803c..60d01d0 100644
--- a/examples/server/lib/render/trust.php
+++ b/examples/server/lib/render/trust.php
@@ -20,7 +20,7 @@ function trust_render($info)
{
$current_user = getLoggedInUser();
$lnk = link_render($current_user);
- $trust_root = htmlspecialchars($info->getTrustRoot());
+ $trust_root = htmlspecialchars($info->trust_root);
$trust_url = buildURL('trust', true);
$form = sprintf(trust_form_pat, $lnk, $trust_root, $trust_url);
return page_render($form, $current_user, 'Trust This Site');