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 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.