diff --git a/ChangeLog b/ChangeLog index a75eb5e076..7186f970e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ phpMyAdmin - ChangeLog - bug #4218 Chrome behavior with date fields - bug #3579 NOW() function incorrectly selected (regression) - bug #4244 Advisor complaints about MariaDB 10.x is version less than 5.1 +- bug #3889 When login fails and error display is active, login data is +displayed (regression) 4.1.5.0 (2014-01-17) - bug #3780 Allow aborting loading pages diff --git a/libraries/Error.class.php b/libraries/Error.class.php index 5dfc3b9e40..ab8aae1c84 100644 --- a/libraries/Error.class.php +++ b/libraries/Error.class.php @@ -311,6 +311,7 @@ class PMA_Error extends PMA_Message 'mysqli_connect', 'mysqli_real_connect', 'connect', + '_realConnect' ); if (in_array($function, $include_functions)) {