Skip to content

Commit

Permalink
Merge branch 'QA_4_0'
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Sep 20, 2013
2 parents 91280ae + a86dc47 commit 2b736c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/navigation/NavigationTree.class.php
Expand Up @@ -584,11 +584,11 @@ public function groupNode($node)
$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]);
Expand Down

0 comments on commit 2b736c1

Please sign in to comment.