summaryrefslogtreecommitdiffstats
path: root/examples/server/lib/session.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/lib/session.php')
-rw-r--r--examples/server/lib/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/lib/session.php b/examples/server/lib/session.php
index fceb8de..956e914 100644
--- a/examples/server/lib/session.php
+++ b/examples/server/lib/session.php
@@ -75,7 +75,7 @@ function getServer()
/**
* Return whether the trust root is currently trusted
*/
-function isTrusted($trust_root)
+function isTrusted($identity_url, $trust_root)
{
// from config.php
global $trusted_sites;