From 1710f639aefc8bb51c837cd43b71e0a6784b2020 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 4 May 2006 06:56:24 +0000 Subject: [PATCH] fix for 3644 --- lib/cas/client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cas/client.php b/lib/cas/client.php index a4fbfd95914..7b878642418 100644 --- a/lib/cas/client.php +++ b/lib/cas/client.php @@ -1747,7 +1747,7 @@ class CASClient if ( !($dom = domxml_open_mem($text_response))) { // read failed $this->authError('PT not validated', - $alidate_url, + $validate_url, FALSE/*$no_response*/, TRUE/*$bad_response*/, $text_response); @@ -1947,4 +1947,4 @@ class CASClient /** @} */ } -?> \ No newline at end of file +?>