Skip to content
Snippets Groups Projects
Commit e7030aad authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Removing an extra semicolon. typo fix.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@495 44740490-163a-0410-bde0-09ae8108e29a
parent c9693890
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ if (isset($_POST['password'])) {
} else {
SimpleSAML_Logger::stats('AUTH-login-admin Failed');
$error = 'error_wrongpassword';
SimpleSAML_Logger::info($error);;
SimpleSAML_Logger::info($error);
}
}
......
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