Skip to content
Snippets Groups Projects
Commit 6b653a1c authored by Olav Morken's avatar Olav Morken
Browse files

openid: Fix notice about unititialized variable.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3027 44740490-163a-0410-bde0-09ae8108e29a
parent 3ced30a9
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ if ($authSource === NULL) {
throw new SimpleSAML_Error_BadRequest('Invalid AuthId \'' . $sourceId . '\' - not found.');
}
$error = NULL;
try {
if (!empty($_GET['openid_url'])) {
$authSource->doAuth($state, (string)$_GET['openid_url']);
......
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