summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2009-03-24 23:18:46 +0000
committermomo-i <momo-i@ampache>2009-03-24 23:18:46 +0000
commitca47c2d9b57f12a4584ff68a34207a1aa42a1df1 (patch)
tree19a5bed8f12a7503a7f1cd5d842d8b8622a58af6 /login.php
parentf3d6260382f10c7658e34bb72725d610160313b5 (diff)
downloadampache-ca47c2d9b57f12a4584ff68a34207a1aa42a1df1.tar.gz
ampache-ca47c2d9b57f12a4584ff68a34207a1aa42a1df1.tar.bz2
ampache-ca47c2d9b57f12a4584ff68a34207a1aa42a1df1.zip
fixed typo #422
Diffstat (limited to 'login.php')
-rw-r--r--login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/login.php b/login.php
index 24174518..1d3edd44 100644
--- a/login.php
+++ b/login.php
@@ -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');
}