summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Server.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php
index e43ccc4..1f53044 100644
--- a/Auth/OpenID/Server.php
+++ b/Auth/OpenID/Server.php
@@ -908,7 +908,8 @@ class Auth_OpenID_CheckIDRequest extends Auth_OpenID_Request {
$tr = Auth_OpenID_TrustRoot::_parse($this->trust_root);
if ($tr === false) {
- return new Auth_OpenID_MalformedTrustRoot(null, $this->trust_root);
+ return new Auth_OpenID_MalformedTrustRoot($this->message,
+ $this->trust_root);
}
if ($this->return_to !== null) {