MDL-23626 Fixed bug causing course and general user activity reports to be marked...
authorSam Hemelryk <sam@moodle.com>
Wed, 27 Jul 2011 02:16:48 +0000 (10:16 +0800)
committerSam Hemelryk <sam@moodle.com>
Wed, 27 Jul 2011 02:16:48 +0000 (10:16 +0800)
lib/navigationlib.php

index c76963b..01929e5 100644 (file)
@@ -1824,6 +1824,9 @@ class global_navigation extends navigation_node {
         if ($iscurrentuser && !$forceforcontext) {
             // If it's the current user the information will go under the profile root node
             $usernode = $this->rootnodes['myprofile'];
+            $course = get_site();
+            $coursecontext = get_context_instance(CONTEXT_COURSE, $course->id);
+            $issitecourse = true;
         } else {
             if (!$issitecourse) {
                 // Not the current user so add it to the participants node for the current course