Skip to content
Snippets Groups Projects
Commit 7b56208b authored by tbrehm's avatar tbrehm
Browse files

Better login error message.

parent 0cef61a3
Loading
......@@ -151,7 +151,7 @@ class login_index {
}
} else {
//* Username or password empty
$error = $app->lng(1001);
if($error == '') $error = $app->lng(1001);
}
}
if($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