mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
missing course parameter in header
This commit is contained in:
parent
feb60a0755
commit
4c5d208a3e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
include('tabs.php');
|
include('tabs.php');
|
||||||
} else {
|
} else {
|
||||||
print_header_simple($strexportquestions, '',
|
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);
|
' -> '.$strexportquestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue