Merge pull request #1169 from D-storm/bug-4392

Bug #4392: Cannot see databases in nav panel on databases grouping when ...
This commit is contained in:
Isaac Bennetch 2014-05-16 09:54:43 -04:00
commit 0dbbab8fdc

View File

@ -544,7 +544,7 @@ class PMA_NavigationTree
*/
public function groupNode($node)
{
if ($node->type != Node::CONTAINER) {
if ($node->type != Node::CONTAINER || $GLOBALS['cfg']['NavigationTreeDisableDatabaseExpansion']) {
return;
}