mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
missing course parameter in header
This commit is contained in:
parent
feb60a0755
commit
4c5d208a3e
@ -69,7 +69,7 @@
|
||||
include('tabs.php');
|
||||
} else {
|
||||
print_header_simple($strexportquestions, '',
|
||||
'<a href="edit.php">'.get_string('editquestions', 'quiz').'</a>'.
|
||||
"<a href=\"edit.php?courseid={$course->id}\">".get_string('editquestions', 'quiz').'</a>'.
|
||||
' -> '.$strexportquestions);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user