Merge branch 'MDL-28135' of git://github.com/nebgor/moodle

This commit is contained in:
Sam Hemelryk
2011-07-06 10:53:48 +08:00
397 changed files with 420 additions and 420 deletions
+1 -1
View File
@@ -1289,7 +1289,7 @@ class global_navigation extends navigation_node {
}
// If the user is not logged in modify the navigation structure as detailed
// in {@link http://docs.moodle.org/en/Development:Navigation_2.0_structure}
// in {@link http://docs.moodle.org/dev/Navigation_2.0_structure}
if (!isloggedin()) {
$activities = clone($this->rootnodes['site']->children);
$this->rootnodes['site']->remove();