diff options
author | momo-i <momo-i@ampache> | 2009-03-24 23:18:46 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-03-24 23:18:46 +0000 |
commit | ca47c2d9b57f12a4584ff68a34207a1aa42a1df1 (patch) | |
tree | 19a5bed8f12a7503a7f1cd5d842d8b8622a58af6 /login.php | |
parent | f3d6260382f10c7658e34bb72725d610160313b5 (diff) | |
download | ampache-ca47c2d9b57f12a4584ff68a34207a1aa42a1df1.tar.gz ampache-ca47c2d9b57f12a4584ff68a34207a1aa42a1df1.tar.bz2 ampache-ca47c2d9b57f12a4584ff68a34207a1aa42a1df1.zip |
fixed typo #422
Diffstat (limited to 'login.php')
-rw-r--r-- | login.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ if ($_POST['username'] && $_POST['password']) { $auth = vauth::authenticate($username, $password); $user = User::get_from_username($username); - if (!$auth['succes']) { + if (!$auth['success']) { debug_event('Login',scrub_out($username) . ' attempted to login and failed','1'); } |