From: toyomoyo Date: Thu, 4 May 2006 06:56:43 +0000 (+0000) Subject: fix for 3644 merged X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f009d079ecce5c05d94e701ba21e1374d20b297a;p=moodle.git fix for 3644 merged --- diff --git a/lib/cas/client.php b/lib/cas/client.php index a4fbfd9591..7b87864241 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 +?>