Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
28670443ca
@ -584,11 +584,11 @@ class PMA_NavigationTree
|
||||
$groups[$key]->pos2 = $node->pos2;
|
||||
$groups[$key]->pos3 = $node->pos3;
|
||||
if ($node instanceof Node_Table_Container) {
|
||||
$tblGroup = '&tbl_group='
|
||||
. urlencode($key . $node->separator);
|
||||
$groups[$key]->links = array(
|
||||
'text' => $node->links['text']
|
||||
. '&tbl_group=' . urlencode($key),
|
||||
'icon' => $node->links['icon']
|
||||
. '&tbl_group=' . urlencode($key)
|
||||
'text' => $node->links['text'] . $tblGroup,
|
||||
'icon' => $node->links['icon'] . $tblGroup
|
||||
);
|
||||
}
|
||||
$node->addChild($groups[$key]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user