From bdd76f18ce068302927d006b304faab2e6898998 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 17 Oct 2014 13:14:28 +0530 Subject: [PATCH] bug #4259 reCaptcha sound session expired problem Signed-off-by: Madhura Jayaratne --- ChangeLog | 3 +-- libraries/plugins/auth/AuthenticationCookie.class.php | 11 ++++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2118735d02..b11870391e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 4.2.11.0 (not yet released) - bug ReferenceError: Table_onover is not defined - bug #4552 Incorrect routines display for database due to case insensitive checks +- bug #4259 reCaptcha sound session expired problem 4.2.10.0 (2014-10-11) - bug #4361 Can't change font size (when config.inc.php not present) @@ -11,7 +12,6 @@ phpMyAdmin - ChangeLog - bug PDF export: title not present in PDF - bug #4543 Changing column name can break saved "order by" clause - bug #4545 trying to favorite table while browser localStorage is disabled throws JS error -- bug #4259 reCaptcha sound session expired problem - bug #4548 Inline editing a field converts tab to spaces - bug #4252 Database-level permission bug for db names containing underscores - bug #3120 Events are not exported when using xml @@ -276,7 +276,6 @@ phpMyAdmin - ChangeLog - bug #4257 Hide fractional seconds when applicable - bug #4264 Uncheck "Ignore" while inserting, upon leaving a textarea - bug #4260 reCaptcha is ignoring language settings -- bug #4259 reCaptcha sound session expired problem - bug #4263 Japanese character encoding not working properly when exporting - bug #4269 Notice on table relation page - bug #4270 Bad text-color for table comments diff --git a/libraries/plugins/auth/AuthenticationCookie.class.php b/libraries/plugins/auth/AuthenticationCookie.class.php index 2470409d8c..e21471c5eb 100644 --- a/libraries/plugins/auth/AuthenticationCookie.class.php +++ b/libraries/plugins/auth/AuthenticationCookie.class.php @@ -245,11 +245,12 @@ class AuthenticationCookie extends AuthenticationPlugin