mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'wip-MDL-60314-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
c1321a9a02
@ -2452,8 +2452,8 @@ class global_navigation extends navigation_node {
|
||||
|
||||
$reporttab = $usercoursenode->add(get_string('activityreports'));
|
||||
|
||||
$reports = get_plugin_list_with_function('report', 'extend_navigation_user', 'lib.php');
|
||||
foreach ($reports as $reportfunction) {
|
||||
$reportfunctions = get_plugin_list_with_function('report', 'extend_navigation_user', 'lib.php');
|
||||
foreach ($reportfunctions as $reportfunction) {
|
||||
$reportfunction($reporttab, $user, $usercourse);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user