]> git.mjollnir.org Git - moodle.git/commitdiff
fix for 3644 merged
authortoyomoyo <toyomoyo>
Thu, 4 May 2006 06:56:43 +0000 (06:56 +0000)
committertoyomoyo <toyomoyo>
Thu, 4 May 2006 06:56:43 +0000 (06:56 +0000)
lib/cas/client.php

index a4fbfd95914c39d4a05e0e32a6bbfd913ce30b4d..7b878642418e732ae1aa686910b347ad487a4ad4 100644 (file)
@@ -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
+?>