From a6e0d7f453eb78483ad3f23ec8b089bb8eae794b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 6 Mar 2020 08:26:46 +0100 Subject: [PATCH] Add ChangeLog entry for pull-request #16015 (fa7e63328b) Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index f3c9f91d9a..7bd44624b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,6 +57,7 @@ phpMyAdmin - ChangeLog - issue #15986 Fixed php fatal error "Uncaught TypeError: array_flip() expects parameter 1 to be array, null given" - issue Fixed php fatal error "Uncaught TypeError: htmlspecialchars() expects parameter 1 to be string, int given" - issue Support phpunit 9.0 +- issue Fix error in NavigationTree where $key might be sent as an int instead of a str to urlencode 5.0.1 (2020-01-07) - issue #15719 Fixed error 500 when browsing a table when $cfg['LimitChars'] used a string and not an int value