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 Jan 10, 2015
2 parents 76b16da + 3ea88f5 commit 1311d60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libraries/navigation/Nodes/Node.class.php
Expand Up @@ -271,8 +271,9 @@ public function hasChildren($count_empty_containers = true)
}

/**
* Returns true the node has some siblings (other nodes on the same tree level,
* in the same branch), false otherwise. The only exception is for nodes on
* Returns true if the node has some siblings (other nodes on the same tree
* level, in the same branch), false otherwise.
* The only exception is for nodes on
* the third level of the tree (columns and indexes), for which the function
* always returns true. This is because we want to render the containers
* for these nodes
Expand Down

0 comments on commit 1311d60

Please sign in to comment.