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

SimpleSAML_Auth_Source::getSourcesOfType(): Fix typo in variable name.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3220 44740490-163a-0410-bde0-09ae8108e29a
parent 0a61790f
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ abstract class SimpleSAML_Auth_Source {
$source = $config->getArray($id);
if (!array_key_exists(0, $source) || !is_string($source[0])) {
throw new Exception('Invalid authentication source \'' . $authId .
throw new Exception('Invalid authentication source \'' . $id .
'\': First element must be a string which identifies the authentication source.');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment