mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fix notice. Meged from MOODLE_19_STABLE.
This commit is contained in:
parent
1c3f0a2aab
commit
bfbef967bc
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
|
|
||||||
$showscales = ($template->name != 'ciqname');
|
$showscales = ($template->name != 'ciqname');
|
||||||
|
|
||||||
|
$strsurvey = get_string("modulename", "survey");
|
||||||
$navigation = build_navigation('', $cm);
|
$navigation = build_navigation('', $cm);
|
||||||
print_header_simple(format_string($survey->name), "", $navigation, "", "", true,
|
print_header_simple(format_string($survey->name), "", $navigation, "", "", true,
|
||||||
update_module_button($cm->id, $course->id, $strsurvey), navmenu($course, $cm));
|
update_module_button($cm->id, $course->id, $strsurvey), navmenu($course, $cm));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue