From 3597dcaa7ae7f949f6f4f665e271ac8292dca11c Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 8 May 2010 21:25:33 +0000 Subject: bug fixed on authentication check for upgrade without the 'now' mode git-svn-id: http://piwigo.org/svn/trunk@6131 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions_upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/include/functions_upgrade.php b/admin/include/functions_upgrade.php index 46d3837fe..c2df4d5df 100644 --- a/admin/include/functions_upgrade.php +++ b/admin/include/functions_upgrade.php @@ -143,7 +143,7 @@ SELECT status return; } - $username = $_POST['password']; + $username = $_POST['username']; $password = $_POST['password']; if(!@get_magic_quotes_gpc()) -- cgit v1.2.3