From b759e57090170c5aad0f77b73d9baa2dcf276b67 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Tue, 13 Jun 2017 09:12:38 +0530 Subject: [PATCH 1/2] State correct default value in Documentation Fix #13327 It should match the value defined in libraries/config.default.php Signed-off-by: Deven Bansod --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 691a28b8a8..9170adab24 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1995,7 +1995,7 @@ Navigation panel setup .. config:option:: $cfg['NavigationTreeEnableExpansion'] :type: boolean - :default: false + :default: true Whether to offer the possibility of tree expansion in the navigation panel. From 9f1109fe96cb204a504e3d0e3c68ce0e17c8d945 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Tue, 13 Jun 2017 09:14:51 +0530 Subject: [PATCH 2/2] ChangeLog for #13327 Signed-off-by: Deven Bansod --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 83eef377e6..cd57c48228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - issue #13343 Fixed editing QBE - issue #13193 Improved documentation on user settings - issue #13092 Gracefully handle early fatal errors in AJAX requests +- issue #13327 Fixed Incorrect NavigationTreeEnableExpansion default value in the documentation 4.7.1 (2017-05-25) - issue #13132 Always execute tracking queries as controluser