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
Branches
Tags
No related merge requests found
...@@ -79,7 +79,7 @@ if (isset($_POST['password'])) { ...@@ -79,7 +79,7 @@ if (isset($_POST['password'])) {
} else { } else {
SimpleSAML_Logger::stats('AUTH-login-admin Failed'); SimpleSAML_Logger::stats('AUTH-login-admin Failed');
$error = 'error_wrongpassword'; $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.
Please register or to comment