Skip to content
Snippets Groups Projects
Commit 44ff2851 authored by zupert's avatar zupert
Browse files

Fix undefined variable name

parent c6683c9a
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ class sspmod_aselect_Auth_Source_aselect extends SimpleSAML_Auth_Source { ...@@ -150,7 +150,7 @@ class sspmod_aselect_Auth_Source_aselect extends SimpleSAML_Auth_Source {
curl_close($curl); curl_close($curl);
if($str === false) if($str === false)
throw new SimpleSAML_Error_Exception("Unable to retrieve URL: $error"); throw new SimpleSAML_Error_Exception("Unable to retrieve URL: $err");
parse_str($str, $res); parse_str($str, $res);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment