Fixed refreshing of databases that contain only one type of items
This commit is contained in:
parent
aba183c386
commit
228ca64fac
@ -474,7 +474,7 @@ class PMA_NavigationTree {
|
||||
public function renderNode($node, $recursive = -1, $indent = ' ', $class = '')
|
||||
{
|
||||
$retval = '';
|
||||
if (!($node->real_name == 'tables' && ! $node->hasSiblings())) {
|
||||
if ($node->hasSiblings()) {
|
||||
if ( $node->type == Node::CONTAINER
|
||||
&& count($node->children) == 0
|
||||
&& $GLOBALS['is_ajax_request'] != true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user