Skip to content
Snippets Groups Projects
Commit 37798181 authored by Mads Freek Petersen's avatar Mads Freek Petersen
Browse files

Typo - $username should be $usrname

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2589 44740490-163a-0410-bde0-09ae8108e29a
parent 70507a29
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ function returnResponse($value, $function, $usrname = '', $attributes = array(), ...@@ -83,7 +83,7 @@ function returnResponse($value, $function, $usrname = '', $attributes = array(),
'</cas:authenticationSuccess> '</cas:authenticationSuccess>
</cas:serviceResponse>'; </cas:serviceResponse>';
} else { } else {
echo 'YES' . "\n" . $username; echo 'YES' . "\n" . $usrname;
} }
} else { } else {
if ($function == 'serviceValidate') { if ($function == 'serviceValidate') {
...@@ -98,4 +98,4 @@ function returnResponse($value, $function, $usrname = '', $attributes = array(), ...@@ -98,4 +98,4 @@ function returnResponse($value, $function, $usrname = '', $attributes = array(),
} }
} }
?> ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment