mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
fixing undefined OUTPUT
This commit is contained in:
parent
5e26145d22
commit
4bc685df16
@ -2296,7 +2296,7 @@ function print_recent_activity_note($time, $user, $text, $link, $return=false, $
|
||||
*/
|
||||
function navmenulist($course, $sections, $modinfo, $strsection, $strjumpto, $width=50, $cmid=0) {
|
||||
|
||||
global $CFG;
|
||||
global $CFG, $OUTPUT;
|
||||
|
||||
$section = -1;
|
||||
$url = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user