Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'MDL-37574-m24' of git://github.com/andrewnicols/moodle …
Browse files Browse the repository at this point in the history
…into MOODLE_24_STABLE
  • Loading branch information
danpoltawski committed Feb 4, 2013
2 parents 64d4729 + 9388982 commit bfc80ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/navigationlib.php
Expand Up @@ -195,8 +195,6 @@ public function __construct($properties) {
if ($this->text === null) {
throw new coding_exception('You must set the text for the node when you create it.');
}
// Default the title to the text
$this->title = $this->text;
// Instantiate a new navigation node collection for this nodes children
$this->children = new navigation_node_collection();
}
Expand Down

0 comments on commit bfc80ec

Please sign in to comment.