Merge branch 'QA_4_2' of https://github.com/phpmyadmin/phpmyadmin into QA_4_2
This commit is contained in:
commit
e2817dfdfd
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user