Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Sep 20, 2013
2 parents 4532db3 + 2b736c1 commit 2867044
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 2867044

Please sign in to comment.