From: Sam Hemelryk Date: Tue, 15 Dec 2009 04:13:21 +0000 (+0000) Subject: navigation MDL-20735 Activities added to the front page topic section were not being... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=75b1018cd338eb8169d9c50e1601031287bb642b;p=moodle.git navigation MDL-20735 Activities added to the front page topic section were not being included in nav --- diff --git a/lib/navigationlib.php b/lib/navigationlib.php index 270f1f6505..a803792b3e 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -932,6 +932,7 @@ class global_navigation extends navigation_node { */ $sitekeys = array(); $this->load_course_activities($sitekeys, $SITE); + $this->load_section_activities($sitekeys, false, $SITE); switch ($contextlevel) { case CONTEXT_SYSTEM: $this->cache->volatile();